Exemplo n.º 1
0
 private void registrarCheckoutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registrar_Estadia.RegistrarSalida_Form registrarSalidaForm = new FrbaHotel.Registrar_Estadia.RegistrarSalida_Form(parentForm);
     registrarSalidaForm.currentHotel = actualHotel;
     registrarSalidaForm.Show();
 }
Exemplo n.º 2
0
 private void registrarCheckoutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registrar_Estadia.RegistrarSalida_Form registrarSalidaForm = new FrbaHotel.Registrar_Estadia.RegistrarSalida_Form(parentForm);
     registrarSalidaForm.currentHotel = actualHotel;
     registrarSalidaForm.Show();
 }