Ejemplo n.º 1
0
 private void decimalValidate(object sender, KeyPressEventArgs e)
 {
     TextValidate.forceForDecimal(sender, e);
 }
Ejemplo n.º 2
0
 private void txtMiktar_KeyPress(object sender, KeyPressEventArgs e)
 {
     TextValidate.forceForDecimal(sender, e);
 }