WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs
@@ -1,4 +1,5 @@ using DevExpress.XtraRichEdit.Model.History; using Yw.Untity; namespace HStation.WinFrmUI.Assets { @@ -12,6 +13,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); this.Description = rhs.Description; } @@ -19,6 +21,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); this.Description = rhs.Description; }