C# Класс taskforceInstaller.taskforceMain

Наследование: MetroFramework.Forms.MetroForm
Показать файл Открыть проект

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

Метод Описание
FormatBytes ( long bytes ) : string
FormatDurationSeconds ( int seconds ) : string
taskforceMain ( string _apiUrl, string _appdata, string _vTaskForce, string _launcherDest, string _serverID, string _downloadPath ) : System

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

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

Clean up any resources being used.

getFileMd5 ( string filePath ) : string

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

Метод Описание
InitializeComponent ( ) : void

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

autodetectTeamSpeak ( ) : void
chooseButton_Click ( object sender, EventArgs e ) : void
client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
client_DownloadProgressChanged ( object sender, System e ) : void
installButton_Click ( object sender, EventArgs e ) : void
startDownload ( string remote, string local ) : void
taskforceMain_Load ( object sender, EventArgs e ) : void

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

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

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

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

public FormatBytes ( long bytes ) : string
bytes long
Результат string

FormatDurationSeconds() публичный статический Метод

public static FormatDurationSeconds ( int seconds ) : string
seconds int
Результат string

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

protected getFileMd5 ( string filePath ) : string
filePath string
Результат string

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

public taskforceMain ( string _apiUrl, string _appdata, string _vTaskForce, string _launcherDest, string _serverID, string _downloadPath ) : System
_apiUrl string
_appdata string
_vTaskForce string
_launcherDest string
_serverID string
_downloadPath string
Результат System