Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            MantCiudad ciudad = new MantCiudad();

            this.Hide();
            ciudad.Show();
        }
Example #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            MantCiudad ciud = new MantCiudad();

            ciud.Show();
        }