C# UI project that searches for current words or words with similar sequence from the dictionary you selected.
- Selecting dictionaries
- Filling search line
- Searching for current words or words with similar sequence from the search line in dictionary
- Stopping the search
- Displaying of found words in real time
- Searching line: 'ca'. All appropriate words: 'cat', 'cable', 'scramble', 'Harmonica' and etc.
- Searching line: 'CA'. All appropriate words: 'CAt', 'CAT', 'cCaAtT' and etc.
The project has a test dictionary 'words.txt.'