C# Class srcrepair.FrmInstaller

Класс формы модуля быстрой установки.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: xvitaly/srcrepair Class Usage Examples

Méthodes publiques

Méthode Description
FrmInstaller ( string F, bool I, string U ) : System

Конструктор класса формы модуля распаковки файлов из архивов.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CompileFromVTF ( string FileName ) : void

Компилирует VMT файл из VTF.

InitializeComponent ( ) : void

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

InstallFileNow ( string FileName, string DestDir ) : void

Устанавливает файл в указанный каталог.

InstallSprayNow ( string FileName ) : void

Устанавливает спрей в игру.

btnBrowse_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки открытия файла.

btnInstall_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки, запускающей установку.

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

FrmInstaller() public méthode

Конструктор класса формы модуля распаковки файлов из архивов.
public FrmInstaller ( string F, bool I, string U ) : System
F string Путь к каталогу игры
I bool Использует ли игра кастомный каталог
U string Имя кастомного каталога
Résultat System