Beispiel #1
0
 private void btnInvitado_Click(object sender, EventArgs e)
 {
     Menu_Principal.MenuGuest levantarGuest = new FrbaHotel.Menu_Principal.MenuGuest(coneccion);
     this.Hide();
     levantarGuest.ShowDialog();
     this.Close();
 }
Beispiel #2
0
 private void btnInvitado_Click(object sender, EventArgs e)
 {
     Menu_Principal.MenuGuest levantarGuest = new FrbaHotel.Menu_Principal.MenuGuest(coneccion);
     this.Hide();
     levantarGuest.ShowDialog();
 }