Exemple #1
0
 private void button_Click(object sender, RoutedEventArgs e)
 {
     CuvantDictionarVM.UrmatorulCuvant(image, raspuns, textBlock, button);
 }
Exemple #2
0
        public PaginaJoc()
        {
            InitializeComponent();

            CuvantDictionarVM.InitiareJoc(image, textBlock, button);
        }
Exemple #3
0
 private void searchListBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     CuvantDictionarVM.SelectareCuvantListaCautari(searchListBox, searchTextBox, wordDescription, wordCategory, image);
 }
Exemple #4
0
 private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
 {
     CuvantDictionarVM.CautareCuvant(searchTextBox, wordCategory, wordDescription, image, checkBox, categoryComboBox, searchListBox);
 }
Exemple #5
0
 private void btnLoad_Click(object sender, RoutedEventArgs e)
 {
     CuvantDictionarVM.IncarcareImagine(imgPhoto);
 }
Exemple #6
0
 private void btnClickAdd(object sender, RoutedEventArgs e)
 {
     CuvantDictionarVM.AdaugareCuvant(textBoxCuvant, textBoxExplcatie, comboBoxCategorie, imgPhoto, textBoxNewCategory);
 }