C# Class HandleMockForm, gert

Inheritance: Form
Afficher le fichier Open project: mono/gert

Méthodes publiques

Méthode Description
HandleMockForm ( ArrayList list ) : System
HandleMockForm_Load ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleMockForm() public méthode

public HandleMockForm ( ArrayList list ) : System
list ArrayList
Résultat System

HandleMockForm_Load() public méthode

public HandleMockForm_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleDestroyed() protected méthode

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