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/ProjectTileViewCtrl.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFormUI/IStation.WinFormUI.Project/project/ProjectTileViewCtrl.cs b/WinFormUI/IStation.WinFormUI.Project/project/ProjectTileViewCtrl.cs
index 1e8cf7a..14d2576 100644
--- a/WinFormUI/IStation.WinFormUI.Project/project/ProjectTileViewCtrl.cs
+++ b/WinFormUI/IStation.WinFormUI.Project/project/ProjectTileViewCtrl.cs
@@ -112,7 +112,7 @@
         public void SetBindingData()
         {
             _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