Exemple #1
0
 protected void InitDefault()
 {
     if (!Directory.Exists(Config.Output.Path))
     {
         Directory.CreateDirectory(Config.Output.Path);
     }
     TemplateEngine = new OfficialRazorTemplateEngine();
     TemplateEngine.Initialize();
 }