Beispiel #1
0
        public IGcl CreateNewFor(Type forType)
        {
            TktGcl gcl = new TktGcl(forType, this.WordDict);

            //gcl.MType = forType;
            //gcl.ForType = forType;
            //gcl.WordDict = this.WordDict;
            return(gcl);
        }
Beispiel #2
0
        public IGcl CreateNewFor(Type forType)
        {
            TktGcl gcl = new TktGcl(forType, this.WordDict);

            return(gcl);
        }