예제 #1
0
파일: FileTests.cs 프로젝트: megahirt/cog
        public CogProject GetDefaultProject()
        {
            var spanFactory = new ShapeSpanFactory();
            var segmentPool = new SegmentPool();

            return(VerbBase.GetProjectFromResource(spanFactory, segmentPool));
        }
예제 #2
0
파일: FileTests.cs 프로젝트: JRetza/cog
        public CogProject GetDefaultProject()
        {
            var segmentPool = new SegmentPool();

            return(VerbBase.GetProjectFromResource(segmentPool));
        }