private void txt_tel_prove_KeyPress(object sender, KeyPressEventArgs e) { Validacion.NumeroEnteros(e); }
private void txt_hasta_KeyPress(object sender, KeyPressEventArgs e) { Validacion.NumeroDecimal(e); }
private void txt_CodProd_KeyPress(object sender, KeyPressEventArgs e) { Validacion.NumeroEnteros(e); }