C# Class FOG.GUI

Datei anzeigen Open project: FOGProject/fog-client Class Usage Examples

Public Properties

Property Type Description
Success bool

Public Methods

Method Description
GUI ( ) : System
InstallClient ( ) : void
UpdateWelcomeText ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

GUI() public method

public GUI ( ) : System
return System

InstallClient() public method

public InstallClient ( ) : void
return void

UpdateWelcomeText() public method

public UpdateWelcomeText ( ) : void
return void

Property Details

Success public_oe property

public bool Success
return bool