예제 #1
0
 private void btnFacPub_Click(object sender, EventArgs e)
 {
     Facturar_Publicaciones.FacturarEstadia levantarFac = new FrbaHotel.Facturar_Publicaciones.FacturarEstadia(userLog);
     this.Hide();
     levantarFac.ShowDialog();
     this.Show();
 }
예제 #2
0
 private void btnFacPub_Click(object sender, EventArgs e)
 {
     Facturar_Publicaciones.FacturarEstadia levantarFac = new FrbaHotel.Facturar_Publicaciones.FacturarEstadia(userLog);
     this.Hide();
     levantarFac.ShowDialog();
     this.Show();
 }