Esempio n. 1
0
        public static void Generate(string contentRoot, string title, string author, string targetFile)
        {
            var self = new FlatNavigationNcx(title, author, targetFile);

            self.Generate(contentRoot);
        }
Esempio n. 2
0
 public static void Generate(string contentRoot, string title, string author, string targetFile)
 {
     var self = new FlatNavigationNcx(title, author, targetFile);
     self.Generate(contentRoot);
 }