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