Ejemplo n.º 1
0
        private void SuaBP()
        {
            editBP.TenBP  = txtTen.Text;
            editBP.GhiChu = txtGhiChu.Text;
            editBP.ConQL  = ceConQL.Checked;
            BUS_NhanVien.SuaBP(editBP);
            sendBP();

            Action.Module     = "Bộ Phận";
            Action.ActionName = "Sửa";
            Action.Reference  = editBP.MaBP;
            Action.LuuThongTin();

            Close();
        }