lixiaojun
2024-11-03 7507591ef45cfa8f1080f6dbf68b411edcc7f086
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/02-node/00-core/HydroNodeViewModel.cs
@@ -15,7 +15,6 @@
        /// </summary>
        public HydroNodeViewModel(Yw.Model.HydroNodeInfo rhs) : base(rhs)
        {
            this.Quality = rhs.Quality;
            this.Vmo = rhs;
        }
@@ -73,7 +72,6 @@
            {
                return;
            }
            this.Quality = this.Vmo.Quality;
        }
    }