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