/// <summary> /// Saves the spelling words to spelling list. /// </summary> private void SaveSpellingWordsToSpellingList() { SpellingWordsListClass.SaveSpellingListPath(this.words); this.SetSaveOperationProperties(); this.SetSaveOperationProperties(); }
/// <summary> /// Saves the spelling words to spelling list. /// </summary> private void SaveSpellingWordsToSpellingList() { this.FillListFromListBox(); SpellingWordsListClass.SaveSpellingListPath(); this.SetSaveOperationProperties(); }
/// <summary> /// Saves the spelling words to spelling list. /// </summary> private void SaveSpellingWordsToSpellingList() { this.FillListFromListBox(); SpellingWordsListClass.SaveSpellingListPath(TODO); this.SetSaveOperationProperties(); // TODO: Save the users spelling list file to selected path. preface with user name. }