Beispiel #1
0
 private void matchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.matchForm = new MatchForm();
     this.matchForm.Show();
 }
Beispiel #2
0
 private void matchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.matchForm = new MatchForm();
     this.matchForm.Show();
 }