C# Class Dynamic_Games.NonCoopForm

Exibir arquivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
InvestmentTB System.Windows.Forms.TextBox
MultiTB System.Windows.Forms.TextBox
NoPTB System.Windows.Forms.TextBox
RuleParamTB System.Windows.Forms.TextBox

Public Methods

Method Description
NonCoopForm ( ) : System
ReColor ( int newColors ) : void
checkParams ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddPlayerButton_Click ( object sender, EventArgs e ) : void
AutomaticButton_Click ( object sender, EventArgs e ) : void
Button1_Click ( object sender, EventArgs e ) : void
DelPlayerButton_Click ( object sender, EventArgs e ) : void
DrawGraph ( ) : void
EquilButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NonCoopForm_Load ( object sender, EventArgs e ) : void
PutTaskDelay ( ) : Task
PutTaskDelayShort ( ) : Task
RestartButton_Click ( object sender, EventArgs e ) : void
addToChart ( int c, int d ) : void
ruleCB_SelectedIndexChanged ( 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

NonCoopForm() public method

public NonCoopForm ( ) : System
return System

ReColor() public method

public ReColor ( int newColors ) : void
newColors int
return void

checkParams() public method

public checkParams ( ) : bool
return bool

Property Details

InvestmentTB public_oe property

public System.Windows.Forms.TextBox InvestmentTB
return System.Windows.Forms.TextBox

MultiTB public_oe property

public System.Windows.Forms.TextBox MultiTB
return System.Windows.Forms.TextBox

NoPTB public_oe property

public System.Windows.Forms.TextBox NoPTB
return System.Windows.Forms.TextBox

RuleParamTB public_oe property

public System.Windows.Forms.TextBox RuleParamTB
return System.Windows.Forms.TextBox