Example #1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            AddGivingDishes GivingDishesWin = new AddGivingDishes();

            GivingDishesWin.ShowDialog();
        }
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     AddGivingDishes GivingDishesWin = new AddGivingDishes();
     GivingDishesWin.ShowDialog();
 }