C# Class HandleMockForm, gert

Inheritance: Form
Show file Open project: mono/gert

Public Methods

Method Description
HandleMockForm ( ArrayList list ) : System
HandleMockForm_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleMockForm() public method

public HandleMockForm ( ArrayList list ) : System
list ArrayList
return System

HandleMockForm_Load() public method

public HandleMockForm_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
return void

OnHandleDestroyed() protected method

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