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