Esempio n. 1
0
 public LayoutCollection(CadDocument document)
 {
     this.Owner = document;
     document.RegisterCollection(this);
 }
Esempio n. 2
0
 public ViewportCollection(CadDocument document)
 {
     document.RegisterCollection(this);
 }