예제 #1
0
        public bool AddTSyses(IEnumerable <TSys> sy)
        {
            var c = new TSysSet(sy);

            if (c.ColligationOnly(_MyColligation))
            {
                TSysSet = c;
                return(true);
            }

            return(false);
        }