Method | Description | |
---|---|---|
FrmStmSelector ( List |
Конструктор класса формы модуля выбора SteamID.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FrmStmSelector_Load ( object sender, EventArgs e ) : void |
Метод, срабатывающий при возникновении события "загрузка формы".
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ST_Cancel_Click ( object sender, EventArgs e ) : void |
Метод, срабатывающий при нажатии на кнопку "Отмена".
|
|
ST_OK_Click ( object sender, EventArgs e ) : void |
Метод, срабатывающий при нажатии на кнопку "OK".
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FrmStmSelector ( List |
||
S | List |
Список SteamID для выбора |
return | System |