C# Class srcrepair.FrmStmSelector

Afficher le fichier Open project: xvitaly/srcrepair Class Usage Examples

Méthodes publiques

Méthode Description
FrmStmSelector ( List S ) : System

Конструктор класса формы модуля выбора SteamID.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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".

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

FrmStmSelector() public méthode

Конструктор класса формы модуля выбора SteamID.
public FrmStmSelector ( List S ) : System
S List Список SteamID для выбора
Résultat System