private void button2_Click(object sender, EventArgs e) { Nivel2 n4 = new Nivel2(); this.Hide(); n4.ShowDialog(); }
private void btnNovo_Click_1(object sender, EventArgs e) { Nivel2 n4 = new Nivel2(); this.Hide(); n4.ShowDialog(); }