From 8ebe1a107a444f4925783e5e4795da46512cb51c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 26 九月 2024 15:07:18 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- 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