C# Class Bracket.Samples.AppAutomation.MainForm

Afficher le fichier Open project: PlasticLizard/Bracket

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
HandleEvent ( string eventName, object sender, EventArgs args ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnDoSomethingElse_Click ( object sender, EventArgs e ) : void
btnDoSomething_Click ( object sender, EventArgs e ) : void
cboEvents_SelectedValueChanged ( object sender, EventArgs e ) : void
txtScript_Validated ( object sender, EventArgs e ) : void
txtTypeHere_Validated ( object sender, EventArgs e ) : void
txtTypeHere_Validating ( object sender, CancelEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnLoad() protected méthode

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