コード例 #1
0
 private void txtAbility1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
コード例 #2
0
 private void txtClassLevel9_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
コード例 #3
0
 private void txtEquipementWeight_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }
コード例 #4
0
ファイル: frmArmor.cs プロジェクト: dantastic-66/SWRPG_Sample
 private void txtFortitudeAdj_KeyPress(object sender, KeyPressEventArgs e)
 {
     Common.NumericValuesOnly(e);
 }