Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.Hide();
     Form3 f3 = new Form3();
     f3.Show();
 }
Exemplo n.º 2
0
 private void pOSConfigurationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Hide();
     Form3 f3 = new Form3();
     f3.Show();
 }