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

            f.ShowDialog();
        }