lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
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;