模拟停车位
模拟停车位, public SortedList ShowCarByPage(int page, int num) { SortedList temp = new SortedList(); for (int i = (page - 1) * num; i < page * num && i < this.Cars.Count; i++) { temp.Add(this.Cars.ElementAt
下载地址
用户评论