WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/TranslationViewModel.cs
@@ -27,7 +27,7 @@ this.Roughness = rhs.Roughness; this.eAlgorithmType = rhs.eAlgorithmType; this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWord); this.KeyWord = string.Join(",", rhs.KeyWords); this.MinorLoss = rhs.MinorLoss; } @@ -49,7 +49,7 @@ this.EndDiameter = rhs.EndDiameter; this.Roughness = rhs.Roughness; this.eAlgorithmType = rhs.eAlgorithmType; this.KeyWord = string.Join(",", rhs.KeyWord); this.KeyWord = string.Join(",", rhs.KeyWords); this.SortCode = rhs.SortCode; this.MinorLoss = rhs.MinorLoss; }