示例#1
0
 public void FixupReferences(HyperTextEx Owner)
 {
     this.owner    = Owner;
     this.UrlStyle = this.urlStyle;
     this.UrlColor = this.urlColor;
 }
示例#2
0
 public XmlHyperTextExInfo(HyperTextEx Owner) : this()
 {
     this.owner = Owner;
 }