/// <summary> /// This event is fired when the 'ChipSelectorButton' is clicked. /// </summary> private void ChipSelectorButton_Click(object sender, EventArgs e) { // Show the Chips Selector ChipSelectorHelper.ShowChipSelector(this.BetAmountTextBox); }
/// <summary> /// This event is fired when the 'TableMinimumChipSelector' is clicked. /// </summary> private void TableMinimumChipSelector_Click(object sender, System.EventArgs e) { // Show the ChipSelector ChipSelectorHelper.ShowChipSelector(this.TableMinimumControl); }
/// <summary> /// This event is fired when the 'DefaultBankRollHumanChipSelector' is clicked. /// </summary> private void DefaultBankRollHumanChipSelector_Click(object sender, System.EventArgs e) { // Show the ChipSelector ChipSelectorHelper.ShowChipSelector(this.DefaultBankRollHumanControl); }
/// <summary> /// This event is fired when the 'ChipRackButton' is clicked. /// </summary> private void ChipSelectorButton_Click(object sender, System.EventArgs e) { // Show the Chips Selector ChipSelectorHelper.ShowChipSelector(this.ChipsControl); }