WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveSeriesViewModel.cs
@@ -1,6 +1,4 @@ using DevExpress.XtraRichEdit.Model.History; namespace HStation.WinFrmUI.Assets namespace HStation.WinFrmUI.Assets { public class AssetsValveSeriesViewModel { @@ -12,6 +10,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; this.ParentID = rhs.ParentID; this.Description = rhs.Description; } @@ -19,6 +18,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; this.ParentID = rhs.ParentID; this.Description = rhs.Description; }