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

            f.MdiParent = this.MdiParent;
            f.Show();
            this.Close();
        }
Example #2
0
        private void btncongon1_Click(object sender, EventArgs e)
        {
            operaciones oper = new operaciones();

            oper.consultasinreaultado("Update senador set voto = voto + 1, fecha ='" + DateTime.Now + "' where idsen = 2");
            Diputado f = new Diputado();

            f.MdiParent = this.MdiParent;
            f.Show();
            this.Close();
        }