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

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

            Descriptor = new NulloDescriptor();
        }