From 019432baac5acb1b373b9235b34677d9ea199424 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期日, 03 十一月 2024 09:21:00 +0800
Subject: [PATCH] 修改单泵匹配界面显示问题

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

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs
index 9ba60a1..5e56fb7 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs
@@ -1,4 +1,4 @@
-锘縩amespace HStation.WinFrmUI.Xhs
+锘縩amespace HStation.WinFrmUI
 {
     public class ThreeLinkSingleMatchingViewModel
     {
@@ -6,7 +6,7 @@
         {
         }
 
-        public ThreeLinkSingleMatchingViewModel(Vmo.ThreeLinkMainVmo rhs)
+        public ThreeLinkSingleMatchingViewModel(Vmo.AssetsThreelinkMainVmo rhs)
         {
             this.Caliber = rhs.Caliber;
             this.ID = rhs.ID;

--
Gitblit v1.9.3