Example #1
0
 public DictionaryForm()
 {
     InitializeComponent();
     lBoxAlphabet.DataSource = controller.GetAlphabet();
     cBoxLanguage.DataSource = GetLanguage();
     controller.wordRepository.FetchWords();
     UpdateWords();
 }