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