C# Class FOG.GUI

Afficher le fichier Open project: FOGProject/fog-client Class Usage Examples

Méthodes publiques

Свойство Type Description
Success bool

Méthodes publiques

Méthode Description
GUI ( ) : System
InstallClient ( ) : void
UpdateWelcomeText ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

GUI() public méthode

public GUI ( ) : System
Résultat System

InstallClient() public méthode

public InstallClient ( ) : void
Résultat void

UpdateWelcomeText() public méthode

public UpdateWelcomeText ( ) : void
Résultat void

Property Details

Success public_oe property

public bool Success
Résultat bool