예제 #1
0
 private void txtDebitDate_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = TextUtils.CheckInterger(e);
 }