Ejemplo n.º 1
0
 private void txt_KeyPress(object sender, KeyPressEventArgs e)
 {
     BathClass.only_allow_int(e);
 }
Ejemplo n.º 2
0
 private void creditsUsing_KeyPress(object sender, KeyPressEventArgs e)
 {
     BathClass.only_allow_int(e);
 }