示例#1
0
文件: Form1.cs 项目: Rudy9317/Tekkom
 private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     intro = new FormIntroduction();
     intro.Show();
     this.Visible = false;
 }
示例#2
0
文件: Form1.cs 项目: Rudy9317/Tekkom
 private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     intro = new FormIntroduction();
     intro.Show();
     this.Visible = false;
 }