Exemplo n.º 1
0
 private void registrarIngresoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registrar_Estadia.RegistrarEntrada_Form registrarEntradaForm = new FrbaHotel.Registrar_Estadia.RegistrarEntrada_Form(parentForm);
     registrarEntradaForm.currentHotel = actualHotel;
     registrarEntradaForm.currentUser  = actualUser;
     registrarEntradaForm.Show();
 }
Exemplo n.º 2
0
 private void registrarIngresoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registrar_Estadia.RegistrarEntrada_Form registrarEntradaForm = new FrbaHotel.Registrar_Estadia.RegistrarEntrada_Form(parentForm);
     registrarEntradaForm.currentHotel = actualHotel;
     registrarEntradaForm.currentUser = actualUser;
     registrarEntradaForm.Show();
 }