C# 클래스 FOG.GUI

파일 보기 프로젝트 열기: FOGProject/fog-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Success bool

공개 메소드들

메소드 설명
GUI ( ) : System
InstallClient ( ) : void
UpdateWelcomeText ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AgreeBtnOnClick ( object sender, EventArgs eventArgs ) : void
Configure ( ) : bool
FinishBtnOnClick ( object sender, EventArgs eventArgs ) : void
FormLoad ( object sender, EventArgs e ) : void
Form_MouseDown ( object sender, MouseEventArgs e ) : void
Form_MouseMove ( object sender, MouseEventArgs e ) : void
Form_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

InstallBtnOnClick ( object sender, EventArgs eventArgs ) : void
InstallCerts ( ) : bool
NextBtnOnClick ( object sender, EventArgs eventArgs ) : void
OnLog ( dynamic data ) : void
ToggleLogButtonClick ( object sender, System e ) : void
UpdateSection ( Label label, MetroProgressSpinner spinner, InstallSection section ) : bool
beginClick ( object sender, EventArgs e ) : void
exitButton_Click ( object sender, System e ) : void
tabControl1_Selecting ( object sender, System.Windows.Forms.TabControlCancelEventArgs 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

GUI() 공개 메소드

public GUI ( ) : System
리턴 System

InstallClient() 공개 메소드

public InstallClient ( ) : void
리턴 void

UpdateWelcomeText() 공개 메소드

public UpdateWelcomeText ( ) : void
리턴 void

프로퍼티 상세

Success 공개적으로 프로퍼티

public bool Success
리턴 bool