From 657c344695223f01bade2776803f719673232f81 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期六, 06 五月 2023 11:09:06 +0800
Subject: [PATCH] update

---
 WinFormUI/IStation.WinFormUI.Project/project/LatelyProjectOverviewPage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFormUI/IStation.WinFormUI.Project/project/LatelyProjectOverviewPage.cs b/WinFormUI/IStation.WinFormUI.Project/project/LatelyProjectOverviewPage.cs
index 2a3b526..a656ad8 100644
--- a/WinFormUI/IStation.WinFormUI.Project/project/LatelyProjectOverviewPage.cs
+++ b/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();

--
Gitblit v1.9.3