Exemple #1
0
 private void txtAbility1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
 private void txtClassLevel9_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
 private void txtEquipementWeight_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
 private void txtFortitudeAdj_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }