C# Class Snowshoes.UI.MainUI

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: nuzayets/Snowshoes Class Usage Examples

Public Methods

Method Description
MainUI ( ) : System
PrintLine ( String text ) : void
SetGold ( String gold, String deltaGold, String gph ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DumpAllUnitsToolStripMenuItemClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MainUIFormClosing ( object sender, FormClosingEventArgs e ) : void
PauseClick ( object sender, EventArgs e ) : void
SnowshoesStatusChanged ( Status s ) : void
StartClick ( object sender, EventArgs e ) : void
StopClick ( object sender, EventArgs 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

MainUI() public method

public MainUI ( ) : System
return System

PrintLine() public method

public PrintLine ( String text ) : void
text String
return void

SetGold() public method

public SetGold ( String gold, String deltaGold, String gph ) : void
gold String
deltaGold String
gph String
return void