C# Class csCommon.NotificationPlugin

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

Public Methods

Method Description
Clear ( ) : void
Init ( ) : void
Pause ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void