ningshuxia
2023-05-06 657c344695223f01bade2776803f719673232f81
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();