Ejemplo n.º 1
0
 private void EndOfRound()
 {
     currentGameData.State = State.EndOfRound;
     btnStart.Text         = "Start";
     tmrPokerTimer.Enabled = false;
     PlayerControlArray.EnableRemoveButtons();
     PlayerControlArray.EnableRebuyButtons();
 }