Property | Type | Description | |
---|---|---|---|
numericPlayer | System.Windows.Forms.NumericUpDown | ||
richTextBoxMaterials | System.Windows.Forms.RichTextBox | ||
richTextBoxPlayerFunc | System.Windows.Forms.RichTextBox |
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[] |
Method | Description | |
---|---|---|
CheckFill ( ) : bool | ||
CoopForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( FormClosingEventArgs e ) : void |
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[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | |
return | void |
public System.Windows.Forms.NumericUpDown numericPlayer | ||
return | System.Windows.Forms.NumericUpDown |
public System.Windows.Forms.RichTextBox richTextBoxMaterials | ||
return | System.Windows.Forms.RichTextBox |