예제 #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);
 }