C# Class LauncherArma3.serverChoose

Inheritance: MetroFramework.Forms.MetroForm
Datei anzeigen Open project: MrDarkSkil/Launcher_Arma3 Class Usage Examples

Public Methods

Method Description
serverChoose ( string _apiUrl, string _communityName, string>.Dictionary _translateDic, string _appdata ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

arma3Server ( int i ) : void
autoConnect_CheckedChanged ( object sender, EventArgs e ) : void
chooseServer_SelectedIndexChanged ( object sender, EventArgs e ) : void
listServers ( ) : void
nextButton_Click ( object sender, EventArgs e ) : void
serverChoose_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

serverChoose() public method

public serverChoose ( string _apiUrl, string _communityName, string>.Dictionary _translateDic, string _appdata ) : System
_apiUrl string
_communityName string
_translateDic string>.Dictionary
_appdata string
return System