Exemplo n.º 1
0
        private void MShopsButton_Click(object sender, EventArgs e)
        {
            Shops sm = new Shops();

            this.Hide();
            sm.Show();
        }
Exemplo n.º 2
0
        private void ToShopsButton_Click(object sender, EventArgs e)
        {
            Shops shop = new Shops();

            this.Hide();
            shop.Show();
        }