private void btFactura_Click(object sender, EventArgs e) { CrearFactura factura = new CrearFactura(); factura.Show(); this.Hide(); }
private void btnFacturaCrear_Click(object sender, EventArgs e) { CrearFactura formCrearFactura = new CrearFactura(); showChildForm(formCrearFactura); }