Exemplo n.º 1
0
 private void personasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Persona p = new Persona();
     p.MdiParent = this;
     p.Show();
 }
Exemplo n.º 2
0
 private void btn_persona_Click(object sender, EventArgs e)
 {
     Persona p = new Persona();
     p.MdiParent = this;
     p.Show();
 }