private void btn_parar_Click(object sender, EventArgs e) { Form apresentacao = new form_apresentacao(); apresentacao.Show(); this.Visible = false; }
private void btnMudarJog_Click(object sender, EventArgs e) { form_apresentacao novoJogo = new form_apresentacao(); novoJogo.Show(); this.Visible = false; }