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

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