C# Class HandsFree.Main

Exibir arquivo Open project: Ractiv/HandsFree Class Usage Examples

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
Main ( bool enable = true ) : System
timer_Tick ( object sender, EventArgs e ) : void

Method Details

Main() public method

public Main ( bool enable = true ) : System
enable bool
return System

timer_Tick() public method

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

Property Details

Enabled public_oe property

public bool Enabled
return bool