Beispiel #1
0
 public ProxyDefinition(object key, string path, string rootPath)
 {
     RootPath = rootPath;
     Key = key;
     TemplateSelector = new TemplateManager();
     Load(path);
 }
Beispiel #2
0
 public ProxyDefinition(object key, string path, string rootPath)
 {
     Key = key;
     TemplateSelector = new TemplateManager();
     Load(rootPath, path);
 }
Beispiel #3
0
 public ProxyDefinition()
 {
     TemplateSelector = new TemplateManager();
     BlockManager     = new BlockManager();
 }