Exemplo n.º 1
0
 private void btnFood_Click(object sender, EventArgs e)
 {
     Form foodform = new FoodShop();
     foodform.Show();
 }
Exemplo n.º 2
0
        private void btnFood_Click(object sender, EventArgs e)
        {
            Form foodform = new FoodShop();

            foodform.Show();
        }