示例#1
0
 void LoadDSHDbyCustomer(string name)
 {
     dtgvThongKe.DataSource = HoaDonBLL.LoadDSHDbyCustomer(name);
 }