示例#1
0
 private void txt_KeyPress(object sender, KeyPressEventArgs e)
 {
     BathClass.only_allow_int(e);
 }
示例#2
0
 private void creditsUsing_KeyPress(object sender, KeyPressEventArgs e)
 {
     BathClass.only_allow_int(e);
 }