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

            concorrente.ShowDialog();
            resetConcorrentes();
        }
        private void concorrrentesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Concorrente concorr = new Concorrente();

            concorr.Show();
        }