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

            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 Diputado set voto = voto + 1, fecha ='" + DateTime.Now + "' where iddip = 1");
            Alcalde f = new Alcalde();

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