Example #1
0
        private void Load_timCTNhapHang()
        {
            CTPhieuNhap_BUS        ctpnBUS  = new CTPhieuNhap_BUS();
            List <CTPhieuNhap_DTO> listctpn = new List <CTPhieuNhap_DTO>();

            listctpn           = ctpnBUS.TimCTPhieuNhap(int.Parse(txtMaPN.Text));
            dtgCTPN.DataSource = listctpn;
        }
Example #2
0
        private void Load_timCTNhapHang()
        {
            CTPhieuNhap_BUS        ctpnBUS  = new CTPhieuNhap_BUS();
            List <CTPhieuNhap_DTO> listctpn = new List <CTPhieuNhap_DTO>();

            listctpn = ctpnBUS.TimCTPhieuNhap(int.Parse(txtMaPhieuNhap.Text));
            dataGridViewQLDSCTHD.DataSource = listctpn;
        }