C# Class BF2Statistics.RandomizeForm

Inheritance: System.Windows.Forms.NativeForm
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Methods

Method Description
RandomizeForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

RandomizeForm() public method

public RandomizeForm ( ) : System
return System