예제 #1
0
 public ChapterChecker(OKEFile chapterFile, long lengthInMiliSec)
 {
     ChapterFile     = chapterFile;
     LengthInMiliSec = lengthInMiliSec;
     Chapters        = ChapterService.ReadChapters(chapterFile);
 }