C# Class SIL.FieldWorks.TE.TrainingAvailable

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnShown ( EventArgs e ) : void

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

Method Details

CheckDisposed() public méthode

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

OnShown() protected méthode

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

TrainingAvailable() public méthode

public TrainingAvailable ( ) : System
Résultat System