} //Done FInall Function private void GetCatBtn(object sender, RoutedEventArgs e) { //AllRecipesDGV.SelectedItem = null; AllCategories allcategories = new AllCategories(this); allcategories.ShowDialog(); } //Done Fiinall Function
} //Done private void GetCatBtn(object sender, RoutedEventArgs e) { AllCategories allcategories = new AllCategories(this); allcategories.ShowDialog(); } //Done