Exemple #1
0
 public void FixupReferences(LineStylesEx Owner)
 {
     this.owner  = Owner;
     this.Styles = this.styles;
 }
Exemple #2
0
 public XmlLineStylesInfo(LineStylesEx Owner) : this()
 {
     this.owner = Owner;
 }