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