C# Класс BF2Statistics.RandomizeForm

Наследование: System.Windows.Forms.NativeForm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RandomizeForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RandomizeForm() публичный Метод

public RandomizeForm ( ) : System
Результат System