private void btnAtras_Click(object sender, EventArgs e) { FRCandidatos f = new FRCandidatos(); f.Show(); this.Hide(); }
private void button1_Click_1(object sender, EventArgs e) { FRCandidatos f = new FRCandidatos(); f.Show(); this.Hide(); }