コード例 #1
0
        /// <summary>
        ///     Saves the spelling words to spelling list.
        /// </summary>
        private void SaveSpellingWordsToSpellingList()
        {
            SpellingWordsListClass.SaveSpellingListPath(this.words);

            this.SetSaveOperationProperties();

            this.SetSaveOperationProperties();
        }
コード例 #2
0
        /// <summary>
        ///     Saves the spelling words to spelling list.
        /// </summary>
        private void SaveSpellingWordsToSpellingList()
        {
            this.FillListFromListBox();

            SpellingWordsListClass.SaveSpellingListPath();

            this.SetSaveOperationProperties();
        }
コード例 #3
0
        /// <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.
        }