コード例 #1
0
ファイル: XmlSpellingInfo.cs プロジェクト: stevencohn/Orqa
 public void FixupReferences(Spelling Owner)
 {
     this.owner      = Owner;
     this.SpellColor = this.spellColor;
 }
コード例 #2
0
ファイル: XmlSpellingInfo.cs プロジェクト: stevencohn/Orqa
 public XmlSpellingInfo(Spelling Owner) : this()
 {
     this.owner = Owner;
 }