예제 #1
0
파일: Font.cs 프로젝트: huawuzui/HBNews
 public Font(IntPtr handle, Book book)
 {
     this.handle = handle;
     this.book = book;
 }
예제 #2
0
파일: Format.cs 프로젝트: pythonstar/lib
 public Format(IntPtr handle, Book book)
 {
     this.handle = handle;
     this.book   = book;
 }