Пример #1
0
 public ChapterObject CreateChapter(Chapter_Info Chapter)
 {
     ChapterObject Obj = new ChapterObject(Chapter);
     AddObject(Obj, Chapter.ZoneId);
     return Obj;
 }