From 1dd158434a41627a6684cd630b2696fb83b1e3d6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 19 十二月 2024 13:23:04 +0800 Subject: [PATCH] 流量计整改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs index 099b557..d6689ac 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs @@ -8,7 +8,7 @@ this.Name = rhs.Name; this.Material = rhs.Material; this.SeriesID = rhs.SeriesID; - this.KeyWord = string.Join(",", rhs.KeyWord); + //this.KeyWord = string.Join(",", rhs.KeyWord); this.Coefficient = rhs.MinorLoss; this.SortCode = rhs.SortCode; this.Description = rhs.Description; -- Gitblit v1.9.3