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