コード例 #1
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            FRVotantes f = new FRVotantes();

            f.Show();
            this.Hide();
        }
コード例 #2
0
ファイル: FRGraficoVot.cs プロジェクト: Tito1716/Expo4.5
        private void btnAtras_Click(object sender, EventArgs e)
        {
            FRVotantes frm = new FRVotantes();

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