WinFormUI/IStation.WinFormUI.Project/project/LatelyProjectOverviewPage.cs
@@ -112,7 +112,7 @@ public override void InitialDataSource() { _allBindList = new List<CurrentViewModel>(); var allProjects = new BLL.Project().QueryAll(); var allProjects = new BLL.Project().GetAll(); if (allProjects != null && allProjects.Count > 0) allProjects.ForEach(x => _allBindList.Add(new CurrentViewModel(x))); _allBindList = _allBindList.OrderByDescending(t => t.LastSaveTime).ToList();