示例#1
0
 public TemplateManager(Assembly assembly, string rootNamespace, List <string> templates, List <string> themes, string baseDirectory)
 {
     _finder    = new ResourceFinder(assembly, rootNamespace, baseDirectory);
     _templates = templates;
     _themes    = themes;
 }