コード例 #1
0
        private void bntAdicionaConcorrente_Click(object sender, EventArgs e)
        {
            Concorrente concorrente = new Concorrente();

            concorrente.ShowDialog();
            resetConcorrentes();
        }
コード例 #2
0
        private void concorrrentesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Concorrente concorr = new Concorrente();

            concorr.Show();
        }