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