示例#1
0
 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);
        }