Exemplo n.º 1
0
        private void UpdateButton_Click(object sender, EventArgs e)
        {
            DishAdd dishAdd = new DishAdd
            {
                ID   = ID,
                Edit = true
            };

            dishAdd.Show();
        }
Exemplo n.º 2
0
        private void AddDishButton_Click(object sender, EventArgs e)
        {
            DishAdd dishAdd = new DishAdd();

            dishAdd.Show();
        }