C# Class GCI_Data_Usage.Form1

Afficher le fichier Open project: rymn/GCI-Data-Usage

Méthodes publiques

Méthode Description
Form1 ( ) : System
GCIActivityThread ( ) : void
buildIconArray ( string name ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
Form1_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

QuitMenuItem_Click ( object sender, EventArgs e ) : void
activeIcon_Click ( object sender, EventArgs e ) : void
button1_Click_1 ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void
errorStop ( string message ) : void
programNameMenuItem2_Click ( object sender, EventArgs e ) : void
webBrowser1_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs 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

Form1() public méthode

public Form1 ( ) : System
Résultat System

GCIActivityThread() public méthode

public GCIActivityThread ( ) : void
Résultat void

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void

buildIconArray() public méthode

public buildIconArray ( string name ) : void
name string
Résultat void