Method | Description | |
---|---|---|
FormatBytes ( long bytes ) : string | ||
FormatDurationSeconds ( int seconds ) : string | ||
taskforceMain ( string _apiUrl, string _appdata, string _vTaskForce, string _launcherDest, string _serverID, string _downloadPath ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
getFileMd5 ( string filePath ) : string |
Method | Description | |
---|---|---|
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, |
||
client_DownloadFileCompleted ( object sender, |
||
client_DownloadProgressChanged ( object sender, System e ) : void | ||
installButton_Click ( object sender, |
||
startDownload ( string remote, string local ) : void | ||
taskforceMain_Load ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static FormatDurationSeconds ( int seconds ) : string | ||
seconds | int | |
return | string |
protected getFileMd5 ( string filePath ) : string | ||
filePath | string | |
return | string |
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 | |
return | System |