Exemplo n.º 1
0
        public static Control CreateCachedControl(string cachedContent, ModuleInfo moduleConfiguration)
        {
            var moduleControl = new CachedModuleControl(cachedContent);

            moduleControl.ModuleContext.Configuration = moduleConfiguration;
            return(moduleControl);
        }
Exemplo n.º 2
0
 public static Control CreateCachedControl(string cachedContent, ModuleInfo moduleConfiguration)
 {
     var moduleControl = new CachedModuleControl(cachedContent);
     moduleControl.ModuleContext.Configuration = moduleConfiguration;
     return moduleControl;
 }