private void label1_Click(object sender, EventArgs e) { i++; if (i == 7) { FrCadastroPergunta f = new FrCadastroPergunta(); f.ShowDialog(); } }
private void btcadastrarPerguntas_Click(object sender, EventArgs e) { FrCadastroPergunta f = new FrCadastroPergunta(); f.ShowDialog(); }