C# Class LauncherArma3.loginForm

Afficher le fichier Open project: MrDarkSkil/Launcher_Arma3

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

getLauncherMd5 ( ) : string

Private Methods

Méthode 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 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

getLauncherMd5() protected méthode

protected getLauncherMd5 ( ) : string
Résultat string

loginForm() public méthode

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
Résultat LauncherArma3.Properties