C# Class LauncherArma3.loginForm

Exibir arquivo Open project: MrDarkSkil/Launcher_Arma3

Public Methods

Method Description
loginForm ( string _communityName, string api, string ftpUrl, string ftpUser, string ftpPass, bool mod ) : LauncherArma3.Properties

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

getLauncherMd5 ( ) : string

Private Methods

Method Description
InitializeComponent ( ) : void

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

callRefresh ( object sender, RunWorkerCompletedEventArgs e ) : void
checkOptions ( object sender, EventArgs e ) : void
getServerInfo ( string id ) : void
launcherUpdate ( ) : void
loadLanguage ( ) : void
loginButton_Click ( object sender, EventArgs e ) : void
loginForm_Load ( object sender, EventArgs e ) : void
loginWithToken ( ) : void
maintenanceRefresh_DoWork ( object sender, DoWorkEventArgs e ) : void
materialRaisedButton1_Click ( object sender, EventArgs e ) : void
mouse_MouseDown ( object sender, MouseEventArgs e ) : void
mouse_MouseMove ( object sender, MouseEventArgs e ) : void
newPassword_Click ( object sender, EventArgs e ) : void
normalView ( object sender, EventArgs e ) : void
notifView ( string msg ) : void
registerLink_Click ( 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

getLauncherMd5() protected method

protected getLauncherMd5 ( ) : string
return string

loginForm() public method

public loginForm ( string _communityName, string api, string ftpUrl, string ftpUser, string ftpPass, bool mod ) : LauncherArma3.Properties
_communityName string
api string
ftpUrl string
ftpUser string
ftpPass string
mod bool
return LauncherArma3.Properties