C# Class SIL.FieldWorks.TE.TrainingAvailable

Show file 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.

TrainingAvailable ( ) : System

Protected Methods

Method Description
OnShown ( EventArgs e ) : void

When the window is created, make sure it comes forward.

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

OnShown() protected method

When the window is created, make sure it comes forward.
protected OnShown ( EventArgs e ) : void
e EventArgs
return void

TrainingAvailable() public method

public TrainingAvailable ( ) : System
return System