private void tbxTransportNO_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int((TextBox)sender, e);
 }
 private void tbxMax_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int(tbxMax, e);
 }
Ejemplo n.º 3
0
 private void tbxCount_KeyPress(object sender, KeyPressEventArgs e)
 {
     KeyPressUtil.Int(tbxCount, e);
 }