C# Class BF2Statistics.RandomizeForm

Inheritance: System.Windows.Forms.NativeForm
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Méthode Description
RandomizeForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Event fired when the Cancel button is clicked

GenerateBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Generate Button is clicked Does the random Generating

InitializeComponent ( ) : void

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

SaveBtn_Click ( object sender, EventArgs e ) : void

Saves the current generated maplist into the maplist.con file

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

RandomizeForm() public méthode

public RandomizeForm ( ) : System
Résultat System