コード例 #1
0
        public static void Generate(string contentRoot, string title, string author, string targetFile)
        {
            var self = new FlatNavigationNcx(title, author, targetFile);

            self.Generate(contentRoot);
        }
コード例 #2
0
ファイル: FlatNavigationNcx.cs プロジェクト: gamako/IntroToRx
 public static void Generate(string contentRoot, string title, string author, string targetFile)
 {
     var self = new FlatNavigationNcx(title, author, targetFile);
     self.Generate(contentRoot);
 }