示例#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;
 }