Exemplo n.º 1
0
 public Font(IntPtr handle, Book book)
 {
     this.handle = handle;
     this.book = book;
 }
Exemplo n.º 2
0
 public Format(IntPtr handle, Book book)
 {
     this.handle = handle;
     this.book   = book;
 }