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