Пример #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);
 }