C# Class SonOfSirCachealot.MainWindow

Mostra file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
AppendToErrorLog ( string txt ) : void
AppendToLog ( string txt ) : void
MainWindow ( ) : System
SetStatsText ( string txt ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

SetStatsTextInternal ( string txt ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
formCloseHandler ( object sender, FormClosingEventArgs e ) : void
formLoadHandler ( object sender, EventArgs e ) : void
test1ToolStripMenuItem_Click ( object sender, EventArgs e ) : void
test2ToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AppendToErrorLog() public method

public AppendToErrorLog ( string txt ) : void
txt string
return void

AppendToLog() public method

public AppendToLog ( string txt ) : void
txt string
return void

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

MainWindow() public method

public MainWindow ( ) : System
return System

SetStatsText() public method

public SetStatsText ( string txt ) : void
txt string
return void