cloudflight
2025-01-13 02c14c9c57dbde72d9c771bd8b0fab1cd023047d
WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/03-monitor/HydroWorkingMonitorViewModel.cs
@@ -15,7 +15,7 @@
        /// </summary>
        public HydroWorkingMonitorViewModel(HydroMonitorValueViewModel rhs)
        {
            this.Relation = rhs.Vmo.Relation;
            this.Relation = rhs.Vmo.Parter;
            this.PropName = rhs.Vmo.PropName;
            this.PropValue = rhs.PropValue;
        }