Esempio n. 1
0
 private void PageNumber()
 {
     totalPage = (int)Math.Ceiling((double)dao_nhanvien.RowCount() / this.pageSize);
 }