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); }
private void tbxCount_KeyPress(object sender, KeyPressEventArgs e) { KeyPressUtil.Int(tbxCount, e); }