Exemple #1
0
 void LoadDSTKbyDate(DateTime fromDate, DateTime toDate)
 {
     dtgvThongKe.DataSource = HoaDonBLL.LoadDSHDbyDate(fromDate, toDate);
 }