Пример #1
0
 private void idTxtPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimales(e);
 }
Пример #2
0
 private void idTxtID_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }