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;
        }
@@ -63,5 +62,17 @@
        [Browsable(false)]
        public new Yw.Model.HydroNodeInfo Vmo { get; set; }
        /// <summary>
        ///
        /// </summary>
        public override void Update()
        {
            base.Update();
            if (this.Vmo == null)
            {
                return;
            }
        }
    }
}