duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
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;