Example #1
0
 public bool SetLimit(e_GrpLim limitType)
 {
     throw new NotImplementedException();
 }
Example #2
0
        public bool SetLimit(e_GrpLim limitType)
        {
            if (limitType == _limit.limit) return false;

            _limit.limit = limitType;

            return true;
        }