Exemplo n.º 1
0
        }       //Done FInall Function

        private void GetCatBtn(object sender, RoutedEventArgs e)
        {
            //AllRecipesDGV.SelectedItem = null;
            AllCategories allcategories = new AllCategories(this);

            allcategories.ShowDialog();
        }       //Done Fiinall Function
Exemplo n.º 2
0
        }       //Done

        private void GetCatBtn(object sender, RoutedEventArgs e)
        {
            AllCategories allcategories = new AllCategories(this);

            allcategories.ShowDialog();
        }       //Done