WinFrmUI/HStation.WinFrmUI.Assets.Core/12-kit/01-series/AssetsKitSeriesViewModel.cs
@@ -8,7 +8,7 @@ { } public AssetsKitSeriesViewModel(Vmo.AssetsKitSeriesVmo rhs) public AssetsKitSeriesViewModel(Vmo.AssetsPackageSeriesVmo rhs) { this.Name = rhs.Name; this.ID = rhs.ID; @@ -16,7 +16,7 @@ this.Description = rhs.Description; } public void Reset(Vmo.AssetsKitSeriesVmo rhs) public void Reset(Vmo.AssetsPackageSeriesVmo rhs) { this.Name = rhs.Name; this.ID = rhs.ID;