C# Class SonOfSirCachealot.MainWindow

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Méthode Description
AppendToErrorLog ( string txt ) : void
AppendToLog ( string txt ) : void
MainWindow ( ) : System
SetStatsText ( string txt ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AppendToErrorLog ( string txt ) : void
txt string
Résultat void

AppendToLog() public méthode

public AppendToLog ( string txt ) : void
txt string
Résultat void

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

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

SetStatsText() public méthode

public SetStatsText ( string txt ) : void
txt string
Résultat void