C# Class Scr.Input.InputTracker

Inheritance: IDisposable
Datei anzeigen Open project: vitalyobukhov/WebSaver Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InputTracker ( ) : System
InputTracker ( EventHandler changed ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InputTracker() public method

public InputTracker ( ) : System
return System

InputTracker() public method

public InputTracker ( EventHandler changed ) : System
changed EventHandler
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void