예제 #1
0
 private void funcionáriosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     
     Cadastro1 frm = new Cadastro1();
     frm.Show();
    
     frm.Visible = true;
 }
예제 #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     Cadastro1 frm = new Cadastro1();
     frm.Show();
 }