Exemplo n.º 1
0
        private void btn_FoodType_Click_1(object sender, EventArgs e)
        {
            FoodType ft = new FoodType(this);

            ft.ShowDialog();
        }
Exemplo n.º 2
0
        private void btn_category_Click(object sender, EventArgs e)
        {
            FoodType FT = new FoodType(main);

            FT.ShowDialog();
        }