C# Class SIL.FieldWorks.FwCoreDlgs.FwHelpAbout

Inheritance: System.Windows.Forms.Form, IFWDisposable, IFwHelpAbout
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

When the window handle gets created we want to initialize the controls

Private Methods

Method Description
FwHelpAbout ( ) : System
HandleSystemMonitorLinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Show System Monitor in Linux

InitializeComponent ( ) : void

Method Details

CheckDisposed() public method

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnHandleCreated() protected method

When the window handle gets created we want to initialize the controls
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void