public SpellingFrameworkProjectPlugin()
 {
     SpellingControllers = new List<ISpellingProjectPlugin>();
     Splitter = new SpellingWordSplitter();
 }
Ejemplo n.º 2
0
 public SpellingFrameworkProjectPlugin()
 {
     SpellingControllers = new List <ISpellingProjectPlugin>();
     Splitter            = new SpellingWordSplitter();
 }