Beispiel #1
0
 public void FixupReferences(Spelling Owner)
 {
     this.owner      = Owner;
     this.SpellColor = this.spellColor;
 }
Beispiel #2
0
 public XmlSpellingInfo(Spelling Owner) : this()
 {
     this.owner = Owner;
 }