示例#1
0
 private void tbxCheckInCardNumber_KeyPress(object sender, KeyPressEventArgs e)
 {
     EFERTDbUtility.AllowNumericOnly(e);
 }
示例#2
0
 private void tbxSmtpPort_KeyPress(object sender, KeyPressEventArgs e)
 {
     EFERTDbUtility.AllowNumericOnly(e);
 }