private void toolStripButton1_Click(object sender, EventArgs e) { update = "SI"; Ingreso_Facturas ingfac = new Ingreso_Facturas(); ingfac.Show(); }
private void toolStripButton2_Click(object sender, EventArgs e) { Ingreso_Facturas ingfac = new Ingreso_Facturas(); ingfac.ShowDialog(); }