Ejemplo n.º 1
0
        private void bntAdicionaConcorrente_Click(object sender, EventArgs e)
        {
            Concorrente concorrente = new Concorrente();

            concorrente.ShowDialog();
            resetConcorrentes();
        }