Ejemplo n.º 1
0
        protected override LayerDocument GetLayerDocumentCore()
        {
            string path = ConfigurationUtils.GetConfigFilePath(_templateLayer);

            return(LayerUtils.CreateLayerDocument(path));
        }