Esempio n. 1
0
        public Template(string filePath, string rootPath, string origin)
        {
            FilePath = filePath;
            RootPath = rootPath;
            Origin   = origin;

            Descriptor = new NulloDescriptor();
        }
Esempio n. 2
0
 public Template()
 {
     Descriptor = new NulloDescriptor();
 }
Esempio n. 3
0
        public Template(string filePath, string rootPath, string origin)
        {
            FilePath = filePath;
            RootPath = rootPath;
            Origin = origin;

            Descriptor = new NulloDescriptor();
        }