From 4812786898dc040fc236e9e00e21b9f4d08f57e3 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 24 十月 2024 19:10:08 +0800
Subject: [PATCH] 修改单个阀门匹配

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs
index 42546d9..fd881f4 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs
@@ -13,7 +13,7 @@
 
         public void SetBindingData(ThreelinkMatchingViewModel PipeMatchingViewModel)
         {
-            //this.ThreeLinkSingleMatchingForm1.SetBindingData(PipeMatchingViewModel);
+            this.ThreeLinkSingleMatchingForm1.SetBindingData(PipeMatchingViewModel);
             _ValveMatchingView = PipeMatchingViewModel;
         }
 

--
Gitblit v1.9.3