Exemple #1
0
        private void tsbParticipantes_Click(object sender, EventArgs e)
        {
            consultaparticipante frm = new consultaparticipante();

            frm.Show();
        }
Exemple #2
0
        private void participantesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            consultaparticipante on = new consultaparticipante();

            on.Show();
        }