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