C# 클래스 LauncherArma3.loginForm

파일 보기 프로젝트 열기: MrDarkSkil/Launcher_Arma3

공개 메소드들

메소드 설명
loginForm ( string _communityName, string api, string ftpUrl, string ftpUser, string ftpPass, bool mod ) : LauncherArma3.Properties

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

getLauncherMd5 ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

getLauncherMd5() 보호된 메소드

protected getLauncherMd5 ( ) : string
리턴 string

loginForm() 공개 메소드

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
리턴 LauncherArma3.Properties