Exemplo 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);
 }
Exemplo n.º 3
0
 private void txtEquipementWeight_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
Exemplo n.º 4
0
 private void txtFortitudeAdj_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }