Esempio n. 1
0
        private void BotonMenu_Click(object sender, EventArgs e)
        {
            Rescatar_mascotas menu = new Rescatar_mascotas();

            menu.Visible = true;

            this.Enabled = false;
            this.Visible = false;
        }
Esempio n. 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Rescatar_mascotas rm = new Rescatar_mascotas();

            rm.Visible = true;

            this.Enabled = false;
            this.Visible = false;
        }