C# Class UCModule2, code

Inheritance: UserControl
Afficher le fichier Open project: shendongnian/code

Private Properties

Свойство Type Description
btnShowForm_Click void

Méthodes publiques

Méthode Description
CloseAllForms ( ) : void
SetForm ( Type, formType ) : void
UCModule2 ( )

Méthodes protégées

Méthode Description
OnHandleDestroyed ( EventArgs, e ) : void

Private Methods

Méthode Description
btnShowForm_Click ( object sender, EventArgs, e ) : void

Method Details

CloseAllForms() public méthode

public CloseAllForms ( ) : void
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs, e ) : void
e EventArgs,
Résultat void

SetForm() public méthode

public SetForm ( Type, formType ) : void
formType Type,
Résultat void

UCModule2() public méthode

public UCModule2 ( )