Exemplo n.º 1
0
        private void SeeTotalScoresToolStripMenuItem_Click(object sender, EventArgs e) //得分统计
        {
            TotalScores ts = new TotalScores(this);

            ts.Show(this);
        }
Exemplo n.º 2
0
 private void SeeTotalScoresToolStripMenuItem_Click(object sender, EventArgs e) //得分统计
 {
     TotalScores ts = new TotalScores(this);
     ts.Show(this);
 }