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