Esempio n. 1
0
 private void txtAbility1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
 private void txtClassLevel9_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
Esempio n. 3
0
 private void txtEquipementWeight_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
Esempio n. 4
0
 private void txtFortitudeAdj_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }