C# Class GCI_Data_Usage.Form1

Mostrar archivo Open project: rymn/GCI-Data-Usage

Public Methods

Method Description
Form1 ( ) : System
GCIActivityThread ( ) : void
buildIconArray ( string name ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

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

Form1() public method

public Form1 ( ) : System
return System

GCIActivityThread() public method

public GCIActivityThread ( ) : void
return void

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void

buildIconArray() public method

public buildIconArray ( string name ) : void
name string
return void