C# Class BACnet.Explorer.Core.MainForm

Inheritance: Eto.Forms.Form
显示文件 Open project: LorenVS/bacstack

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

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

Called when the form initially loads

Private Methods

Method Description
_chooserClosed ( object sender, EventArgs e ) : void
_createMenu ( ) : void
_createUI ( ) : void

Creates the controls

_sessionChosen ( object sender, Session e ) : void

Called when a session is chosen

Method Details

Dispose() protected method

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

MainForm() public method

public MainForm ( ) : System
return System

OnLoad() protected method

Called when the form initially loads
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The event args
return void