C# Class SurfaceTouchFixer.SurfaceTouchFixer

Inheritance: System.Windows.Forms.Form
Mostra file Open project: gh123man/Surface-Touch-Fixer

Public Methods

Method Description
SurfaceTouchFixer ( ) : System
closeMenu ( object sender, EventArgs e ) : void
mouseDown ( object sender, System e ) : void
restartDriver ( ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Main ( ) : void
onExit ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

SurfaceTouchFixer() public method

public SurfaceTouchFixer ( ) : System
return System

closeMenu() public method

public closeMenu ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

mouseDown() public method

public mouseDown ( object sender, System e ) : void
sender object
e System
return void

restartDriver() public method

public restartDriver ( ) : void
return void