示例#1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     WELCOME p = new WELCOME();
     p.Show();
     this.Hide();
 }
示例#2
0
 private void button2_Click(object sender, EventArgs e)
 {
     WELCOME o = new WELCOME();
     o.Show();
     this.Hide();
 }
示例#3
0
 private void button1_Click(object sender, EventArgs e)
 {
     WELCOME ct=new WELCOME();
     ct.Show();
     this.Hide();
 }