private void btnreto_Click(object sender, EventArgs e) { Alcalde f = new Alcalde(); f.MdiParent = this.MdiParent; f.Show(); this.Close(); }
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(); }