private void txtDebitDate_KeyPress(object sender, KeyPressEventArgs e) { e.Handled = TextUtils.CheckInterger(e); }