From 492fbc0052225864e97cceb66d86d3fdf9dee961 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 16:18:36 +0800 Subject: [PATCH] 修改匹配方法以及单独匹配 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs index 7d637c9..099b557 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/18-exchanger/ExchangerSingleMatchingViewModel.cs @@ -6,14 +6,12 @@ { this.ID = rhs.ID; this.Name = rhs.Name; - this.Description = rhs.Description; - this.SortCode = rhs.SortCode; - this.ID = rhs.ID; - this.Name = rhs.Name; - this.Description = rhs.Description; + this.Material = rhs.Material; this.SeriesID = rhs.SeriesID; - this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWord); + this.Coefficient = rhs.MinorLoss; + this.SortCode = rhs.SortCode; + this.Description = rhs.Description; } [DisplayName("ID")] -- Gitblit v1.9.3