WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/02-main/ExchangerViewModel.cs
@@ -21,6 +21,7 @@ this.Material = rhs.Material.ToString(); } this.Name = rhs.Name; this.Caliber = rhs.Caliber.ToString(); this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWord); this.MinorLoss = rhs.MinorLoss; @@ -39,6 +40,7 @@ } this.Description = rhs.Description; this.Name = rhs.Name; this.Caliber = rhs.Caliber.ToString(); this.KeyWord = string.Join(",", rhs.KeyWord); this.SortCode = rhs.SortCode; this.MinorLoss = rhs.MinorLoss;