C# Class Dynamic_Games.CoopForm

Mostra file Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
numericPlayer System.Windows.Forms.NumericUpDown
richTextBoxMaterials System.Windows.Forms.RichTextBox
richTextBoxPlayerFunc System.Windows.Forms.RichTextBox

Private Properties

Property Type Description
BackTrack List
DgvFirstRow void
FillDataGrid void
GetPlayersArray List
InitializeComponent void
buttonClear_Click void
buttonLeaver_Click void
buttonNewPlayer_Click void
buttonStart_Click void
buttonStop_Click void
chart void
dataGridViewCoalition_SelectionChanged void
getRandomFunction String
getRandomMaterials String
initCalc void
initDgvChart void
initInput void
richTextBoxMaterials_KeyPress void
richTextBoxPlayerFunc_KeyPress void
richTextBoxPlayerFunc_TextChanged void
rmvLine string
timer1_Tick void
tokenizer string[]

Public Methods

Method Description
CheckFill ( ) : bool
CoopForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Method Description
BackTrack ( int numOfPlayers ) : List
DgvFirstRow ( ) : void
FillDataGrid ( ) : void
GetPlayersArray ( int numberOfPlayers ) : List
InitializeComponent ( ) : void

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

buttonClear_Click ( object sender, EventArgs e ) : void
buttonLeaver_Click ( object sender, EventArgs e ) : void
buttonNewPlayer_Click ( object sender, EventArgs e ) : void
buttonStart_Click ( object sender, EventArgs e ) : void
buttonStop_Click ( object sender, EventArgs e ) : void
chart ( ) : void
dataGridViewCoalition_SelectionChanged ( object sender, EventArgs e ) : void
getRandomFunction ( int m ) : String
getRandomMaterials ( int m ) : String
initCalc ( ) : void
initDgvChart ( ) : void
initInput ( ) : void
richTextBoxMaterials_KeyPress ( object sender, KeyPressEventArgs e ) : void
richTextBoxPlayerFunc_KeyPress ( object sender, KeyPressEventArgs e ) : void
richTextBoxPlayerFunc_TextChanged ( object sender, EventArgs e ) : void
rmvLine ( RichTextBox rtb, int line ) : string
timer1_Tick ( object sender, EventArgs e ) : void
tokenizer ( string inputString ) : string[]

Method Details

CheckFill() public method

public CheckFill ( ) : bool
return bool

CoopForm() public method

public CoopForm ( ) : System
return System

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

OnFormClosing() protected method

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

Property Details

numericPlayer public_oe property

public System.Windows.Forms.NumericUpDown numericPlayer
return System.Windows.Forms.NumericUpDown

richTextBoxMaterials public_oe property

public System.Windows.Forms.RichTextBox richTextBoxMaterials
return System.Windows.Forms.RichTextBox

richTextBoxPlayerFunc public_oe property

public System.Windows.Forms.RichTextBox richTextBoxPlayerFunc
return System.Windows.Forms.RichTextBox