Exemplo n.º 1
0
        private void BtnGP_Click(object sender, EventArgs e)
        {
            Carebags myCarebags = new Carebags();

            myCarebags.Show();
            Visible = false;
        }
Exemplo n.º 2
0
        private void BtnBack_Click(object sender, EventArgs e)
        {
            Carebags myCarebags = new Carebags();

            myCarebags.Visible = true;
            Close();
        }