C# Class csCommon.ScreenshotPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
ImbCommandReceived ( object sender, csImb c ) : void
Init ( ) : void
Pause ( ) : void
ScreenOff ( ) : void
ScreenOn ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

ImbCommandReceived() public method

public ImbCommandReceived ( object sender, csImb c ) : void
sender object
c csImb
return void

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

ScreenOff() public method

public ScreenOff ( ) : void
return void

ScreenOn() public method

public ScreenOn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void