示例#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);
 }