示例#1
0
 // 2014.07.17
 private void txtIntKeyPress(object sender, KeyPressEventArgs e)
 {
     AUtil.OnlyNumberInt(ref e);
 }