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