private void idTxtPrecio_KeyPress(object sender, KeyPressEventArgs e) { Validar.NumerosDecimales(e); }
private void idTxtID_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }