Example #1
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            FRVotantes f = new FRVotantes();

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

            frm.Show();
            this.Hide();
        }