示例#1
0
 public void FixupReferences(Outlining Owner)
 {
     this.owner          = Owner;
     this.AllowOutlining = this.allowOutlining;
     this.OutlineOptions = this.outlineOptions;
     this.OutlineColor   = this.outlineColor;
 }
示例#2
0
 public XmlOutliningInfo(Outlining Owner) : this()
 {
     this.owner = Owner;
 }