コード例 #1
0
ファイル: ToC.cs プロジェクト: dteviot/MergeWebToEpub
 public int CalcNavMapDepth()
 {
     return(TocEntry.CalcNavMapDepth(Entries));
 }