コード例 #1
0
ファイル: GameTable.cs プロジェクト: cupshir/ShangrilaGame
        private void btnTallyScore_Click(object sender, EventArgs e)
        {
            // total scores
            _game = GameManagement.CalculateRoundScores(_game);

            // Redraw game table
            DrawGameTable();
        }