private void btnAgregarContado_Click(object sender, EventArgs e)
 {
     formContado = new frmContado(this, Conn, idfactura);
     formContado.Show();
 }
Ejemplo n.º 2
0
 private void btnAgregarContado_Click(object sender, EventArgs e)
 {
     formContado = new frmContado(this, Conn, idfactura);
     formContado.Show();
 }