Exemplo 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);
        }
Exemplo 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);
 }