コード例 #1
0
 private void tbxTransportNO_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int((TextBox)sender, e);
 }
コード例 #2
0
 private void tbxMax_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int(tbxMax, e);
 }
コード例 #3
0
 private void tbxCount_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int(tbxCount, e);
 }