コード例 #1
0
ファイル: Chapter.cs プロジェクト: eggpi/mc723
 public Chapter(Chapter other) : this(Itdb_Chapter.itdb_chapter_duplicate(other.Handle), false)
 {
 }
コード例 #2
0
ファイル: Chapter.cs プロジェクト: eggpi/mc723
 protected override void Destroy()
 {
     Itdb_Chapter.itdb_chapter_free(Handle);
 }
コード例 #3
0
ファイル: Chapter.cs プロジェクト: eggpi/mc723
 public Chapter() : this(Itdb_Chapter.itdb_chapter_new(), false)
 {
 }