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

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

            Descriptor = new NulloDescriptor();
        }