Exemplo n.º 1
0
        private void SuaNH()
        {
            editNH.TenNH  = txtTen.Text;
            editNH.GhiChu = txtGhiChu.Text;
            editNH.ConQL  = ceConQL.Checked;
            BUS_HangHoa.SuaNH(editNH);
            sendNH();

            Action.Module     = "Nhóm Hàng";
            Action.ActionName = "Sửa";
            Action.Reference  = editNH.MaNH;
            Action.LuuThongTin();

            Close();
        }