예제 #1
0
        public Template(string filePath, string rootPath, string origin)
        {
            FilePath = filePath;
            RootPath = rootPath;
            Origin   = origin;

            Descriptor = new NulloDescriptor();
        }
예제 #2
0
 public Template()
 {
     Descriptor = new NulloDescriptor();
 }
예제 #3
0
파일: Template.cs 프로젝트: jemacom/fubumvc
        public Template(string filePath, string rootPath, string origin)
        {
            FilePath = filePath;
            RootPath = rootPath;
            Origin = origin;

            Descriptor = new NulloDescriptor();
        }