C# Class Dynamic_Games.IncInformationForm

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
betIterator List
betTextBox TextBox
playerVis List
restart bool

Méthodes publiques

Méthode Description
IncInformationForm ( ) : System
newTable ( ) : void
removeCards ( int i ) : void
vizualize ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
IncInformationForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

P1ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P2ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P3ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P4ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P5ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P6ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P7ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
P8ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
PostInit ( ) : void
aiNewGame ( ) : void
callBTN_Click ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
finishBtn_Click ( object sender, EventArgs e ) : void
foldBtn_Click ( object sender, EventArgs e ) : void
groupVisuals ( ) : void
resetPlayerBoxes ( ) : void

Method Details

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

IncInformationForm() public méthode

public IncInformationForm ( ) : System
Résultat System

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Résultat void

newTable() public méthode

public newTable ( ) : void
Résultat void

removeCards() public méthode

public removeCards ( int i ) : void
i int
Résultat void

vizualize() public méthode

public vizualize ( ) : void
Résultat void

Property Details

betIterator public_oe property

public List betIterator
Résultat List

betTextBox public_oe property

public TextBox betTextBox
Résultat TextBox

playerVis public_oe property

public List playerVis
Résultat List

restart public_oe property

public bool restart
Résultat bool