Пример #1
0
 private void SetProperty(SpellCheckProperty spellCheckProperty)
 {
     this.m_Text = spellCheckProperty.GetText();
     this.Title = spellCheckProperty.Description;
     this.NotifyPropertyChanged("Text");
 }
Пример #2
0
 private void SetProperty(SpellCheckProperty spellCheckProperty)
 {
     this.m_Text = spellCheckProperty.GetText();
     this.Title  = spellCheckProperty.Description;
     this.NotifyPropertyChanged("Text");
 }