Пример #1
0
 private void anulacionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Cancelar_Viaje.Form1 CancelViaje = new Cancelar_Viaje.Form1();
     CancelViaje.MdiParent = this;
     CancelViaje.Show();
 }
Пример #2
0
 private void bajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Cancelar_Viaje.Form1 cancViaj = new Cancelar_Viaje.Form1();
     cancViaj.MdiParent = this;
     cancViaj.Show();
 }
Пример #3
0
 private void bajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Cancelar_Viaje.Form1 cancViaj = new Cancelar_Viaje.Form1();
     cancViaj.MdiParent = this;
     cancViaj.Show();
 }
Пример #4
0
 private void anulacionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Cancelar_Viaje.Form1 CancelViaje = new Cancelar_Viaje.Form1();
     CancelViaje.MdiParent = this;
     CancelViaje.Show();
 }