public void FixupReferences(HyperTextEx Owner) { this.owner = Owner; this.UrlStyle = this.urlStyle; this.UrlColor = this.urlColor; }
public XmlHyperTextExInfo(HyperTextEx Owner) : this() { this.owner = Owner; }