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; } }