C# Class BACnet.Explorer.Core.MainForm

Inheritance: Eto.Forms.Form
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void

Called when the form initially loads

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnLoad() protected méthode

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