Example #1
0
 private void bajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MaestorsGUI.bajaMaestro baja = new MaestorsGUI.bajaMaestro();
     baja.Show();
 }
Example #2
0
 private void bajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MaestorsGUI.bajaMaestro baja = new MaestorsGUI.bajaMaestro();
     baja.Show();
 }