From 21c97aab9153758bebfc9b3944859b0eec271c76 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 25 九月 2024 16:31:19 +0800
Subject: [PATCH] 一些简单的尝试

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/XhsProjectSimulationMgrPage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/XhsProjectSimulationMgrPage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/XhsProjectSimulationMgrPage.cs
index 60c53e8..c27376c 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/XhsProjectSimulationMgrPage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/XhsProjectSimulationMgrPage.cs
@@ -48,7 +48,7 @@
         {
             _project = await BLLFactory<HStation.BLL.XhsProject>.Instance.GetByID(projectId);
             await SetBindingData(_project);
-            //this.xhsSchemeMgrListCtrl1.SetBindingData(projectId);
+            //this.xhsSchemeMgrListCtrl1.SetMatching(projectId);
             //_project = await new BLL.XhsProjectStd().GetByID(projectId);
             //this.PageTitle.Caption = 
             //var projectSite = await new BLL.XhsProjectSiteStd().GetDefaultByProjectID(_project.ID);

--
Gitblit v1.9.3