Пример #1
0
 public NovelChapter(string name)
 {
     this.chapterName = name;
     ChapterState     = ChapterState.停止;
     novelChapters    = new NovelChapters();
 }
Пример #2
0
 public Novel()
 {
     novelChapters = new NovelChapters();
 }