lixiaojun
2024-12-19 1dd158434a41627a6684cd630b2696fb83b1e3d6
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;