C# Class BTool.FormMain

Inheritance: System.Windows.Forms.Form
Show file Open project: x893/BTool

Public Properties

Property Type Description
CmdArgNoVersion string
ProgramName string
ProgramTitle string
ProgramVersion string

Public Methods

Method Description
FormMain ( CmdLineArgs cmdLineArgs ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddDeviceForm ( ) : void
AddToTreeDeviceInfo ( DeviceInfo devInfo, object formObj ) : void
DeviceBDAddressNotify ( object sender, EventArgs e ) : void
DeviceChangeActiveRoot ( object sender, EventArgs e ) : void
DeviceCloseActiveDevice ( object sender, EventArgs e ) : void
DeviceConnectionNotify ( object sender, EventArgs e ) : void
DeviceDisconnectionNotify ( object sender, EventArgs e ) : void
FormMain ( ) : System
FormMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
FormMain_Load ( object sender, EventArgs e ) : void
GetActiveDeviceForm ( ) : DeviceForm
InitializeComponent ( ) : void
tsmiAbout_Click ( object sender, EventArgs e ) : void
tsmiCloseDevice_Click ( object sender, EventArgs e ) : void
tsmiExit_Click ( object sender, EventArgs e ) : void
tsmiNewDevice_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

FormMain() public method

public FormMain ( CmdLineArgs cmdLineArgs ) : System
cmdLineArgs TI.Toolbox.CmdLineArgs
return System

Property Details

CmdArgNoVersion public static property

public static string CmdArgNoVersion
return string

ProgramName public static property

public static string ProgramName
return string

ProgramTitle public static property

public static string ProgramTitle
return string

ProgramVersion public static property

public static string ProgramVersion
return string