Пример #1
0
        private void Betbutton_Click(object sender, EventArgs e)
        {
            int Amount = (int)BetAmountNumericUpDown1.Value;
            int Dog    = (int)DogNumNumericUpDown.Value;

            CurrentBettor.PlaceBet(Amount, Dog);
            CurrentBettor.UpdateLabels();
        }