Example #1
0
 private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     intro = new FormIntroduction();
     intro.Show();
     this.Visible = false;
 }
Example #2
0
 private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     intro = new FormIntroduction();
     intro.Show();
     this.Visible = false;
 }