コード例 #1
0
        public void Load_cboMaPX()
        {
            PhieuXuat_BLL        pxBLL = new PhieuXuat_BLL();
            List <PhieuXuat_DTO> dspx  = new List <PhieuXuat_DTO>();

            dspx = pxBLL.ThongTinPhieuXuat();
            foreach (var item in dspx)
            {
                string hienthi = item.MaPX;
                cboMaPX.Items.Add(hienthi);
            }
        }