Beispiel #1
0
 private void btRentar_Click(object sender, EventArgs e)
 {
     Formularios.frmFactura factura = new Formularios.frmFactura(user);
     factura.Show();
     this.Hide();
 }