Ejemplo n.º 1
0
 private void btnIngresoCandidatos_Click(object sender, EventArgs e)
 {
     FormCandidatos forma5 = new FormCandidatos();
     forma5.Show();
     this.Close();
 }
Ejemplo n.º 2
0
 private void candidatosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormCandidatos forma5 = new FormCandidatos();
     forma5.Show();
     this.Close();
 }