C# Class UCModule2, code

Inheritance: UserControl
Show file Open project: shendongnian/code

Private Properties

Property Type Description
btnShowForm_Click void

Public Methods

Method Description
CloseAllForms ( ) : void
SetForm ( Type, formType ) : void
UCModule2 ( )

Protected Methods

Method Description
OnHandleDestroyed ( EventArgs, e ) : void

Private Methods

Method Description
btnShowForm_Click ( object sender, EventArgs, e ) : void

Method Details

CloseAllForms() public method

public CloseAllForms ( ) : void
return void

OnHandleDestroyed() protected method

protected OnHandleDestroyed ( EventArgs, e ) : void
e EventArgs,
return void

SetForm() public method

public SetForm ( Type, formType ) : void
formType Type,
return void

UCModule2() public method

public UCModule2 ( )