Esempio n. 1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            MantCiudad ciuda = new MantCiudad();

            ciuda.Show();
        }
        private void btnCiudad_Click(object sender, EventArgs e)
        {
            this.Hide();
            MantCiudad ciudad = new MantCiudad();

            ciudad.Show();
        }
Esempio n. 3
0
        private void btnAgregarCiudad_Click(object sender, EventArgs e)
        {
            MantCiudad ciuda = new MantCiudad();

            ciuda.Show();
        }