摘要:
Sorting outside the collection protected override void OnNavigatedTo(NavigationEventArgs e) { if (Settings.AscendingSort.Value) { App.PictureList.Pictures = new ObservableCollection(App.PictureList.Pictures.OrderBy(x => x.DateTaken)) as System.Collections.IList; ... 阅读全文
posted @ 2013-11-17 16:18
MinieGoGo
阅读(991)
评论(0)
推荐(0)
浙公网安备 33010602011771号