private void btnIngresoCandidatos_Click(object sender, EventArgs e) { FormCandidatos forma5 = new FormCandidatos(); forma5.Show(); this.Close(); }
private void candidatosToolStripMenuItem_Click(object sender, EventArgs e) { FormCandidatos forma5 = new FormCandidatos(); forma5.Show(); this.Close(); }