duheng
2025-01-14 bbb914ac62d8fb646492872f5fabf9ddfd5dd05f
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/00-core/04-monitor/02-value/SimulationMonitorValueHelper.cs
@@ -1,6 +1,4 @@
using DevExpress.Xpo.Helpers;
using Yw.Hydro;
using Yw.Vmo;
using Yw.Hydro;
namespace HStation.WinFrmUI
{
@@ -99,7 +97,7 @@
                        var propValue = calcuVisualResult.GetCalcuValue(item.Vmo.PropName);
                        if (propValue.HasValue)
                        {
                            item.UpdatePropValue(propValue.Value);
                            item.PropValue = item.Vmo.GetPropValue(propValue.Value);
                        }
                    }
                }