示例#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();
 }