예제 #1
0
 public LayoutCollection(CadDocument document)
 {
     this.Owner = document;
     document.RegisterCollection(this);
 }
예제 #2
0
 public ViewportCollection(CadDocument document)
 {
     document.RegisterCollection(this);
 }