duheng
2024-10-22 36c4ee4f56763ba96d37ff9f89bbf9440fb8be9f
WinFrmUI/HStation.WinFrmUI.Assets.Core/08-Nozzle/01-series/NozzleSeriesViewModel.cs
@@ -2,20 +2,20 @@
namespace HStation.WinFrmUI.Assets
{
    public class NozzleSeriesViewModel
    public class AssetsNozzleSeriesViewModel
    {
        public NozzleSeriesViewModel()
        public AssetsNozzleSeriesViewModel()
        {
        }
        public NozzleSeriesViewModel(Vmo.NozzleSeriesVmo rhs)
        public AssetsNozzleSeriesViewModel(Vmo.AssetsNozzleSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.Description = rhs.Description;
        }
        public void Reset(Vmo.NozzleSeriesVmo rhs)
        public void Reset(Vmo.AssetsNozzleSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;