Exemplo n.º 1
0
 private void btnRegConsu_Click(object sender, EventArgs e)
 {
     Registrar_Consumible.RegConsumible levantarReg = new FrbaHotel.Registrar_Consumible.RegConsumible(userLog.getConexion());
     this.Hide();
     levantarReg.ShowDialog();
     this.Show();
 }
Exemplo n.º 2
0
 private void btnRegConsu_Click(object sender, EventArgs e)
 {
     Registrar_Consumible.RegConsumible levantarReg = new FrbaHotel.Registrar_Consumible.RegConsumible(userLog.getConexion());
     this.Hide();
     levantarReg.ShowDialog();
     this.Show();
 }