コード例 #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            Statistics_Form statistics_Form = new Statistics_Form();

            statistics_Form.ShowDialog();
        }
コード例 #2
0
ファイル: WT3 Game.cs プロジェクト: ThaerHindawi/Board-Game
        private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Statistics_Form statistics_Form = new Statistics_Form();

            statistics_Form.ShowDialog();
        }