public SpellingFrameworkProjectPlugin()
 {
     SpellingControllers = new List<ISpellingProjectPlugin>();
     Splitter = new SpellingWordSplitter();
 }
Example #2
0
 public SpellingFrameworkProjectPlugin()
 {
     SpellingControllers = new List <ISpellingProjectPlugin>();
     Splitter            = new SpellingWordSplitter();
 }