Example #1
0
 private void txt_Amount_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }
Example #2
0
 private void txt_CartonPrice2_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }