Esempio n. 1
0
        private void AddItem_Click(object sender, RoutedEventArgs e)
        {
            NewProducts newProducts = new NewProducts("Creature");

            newProducts.ShowDialog();
            view.UpdatingTypes(ProductComboBox);
        }
Esempio n. 2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     view.UpdatingTypes(ProductComboBox);
 }