private void button5_Click(object sender, EventArgs e) { this.Visible = false; ajudacadastros janelanova = new ajudacadastros(); janelanova.ShowDialog(); this.Visible = true; }
private void button1_Click(object sender, EventArgs e) { this.Visible = false; ajudacadastros newform3 = new ajudacadastros(); newform3.ShowDialog(); this.Visible = true; }