コード例 #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
ファイル: Admin.cs プロジェクト: eldie1984/Gestion
 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
ファイル: Admin.cs プロジェクト: eldie1984/Gestion
 private void anulacionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Cancelar_Viaje.Form1 CancelViaje = new Cancelar_Viaje.Form1();
     CancelViaje.MdiParent = this;
     CancelViaje.Show();
 }