Exemplo n.º 1
0
        private void btnTallyScore_Click(object sender, EventArgs e)
        {
            // total scores
            _game = GameManagement.CalculateRoundScores(_game);

            // Redraw game table
            DrawGameTable();
        }