コード例 #1
0
ファイル: MainForm.cs プロジェクト: pcluddite/scholarbowl
 private void allMatchesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TodaysMatches tm = new TodaysMatches(this);
     tm.ShowDialog(this);
 }
コード例 #2
0
        private void allMatchesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TodaysMatches tm = new TodaysMatches(this);

            tm.ShowDialog(this);
        }