From ae45d123c2ee907fd40f7db86f2aac2b21f976b6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 14 十一月 2024 17:16:21 +0800 Subject: [PATCH] 增加监测点 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/SetHydroWorkingInfoCtrl.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/SetHydroWorkingInfoCtrl.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/SetHydroWorkingInfoCtrl.cs index f0038f1..4c503cc 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/SetHydroWorkingInfoCtrl.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/SetHydroWorkingInfoCtrl.cs @@ -17,7 +17,7 @@ public event Action<Yw.Model.HydroParterInfo> HydroViewEvent; private Yw.Model.HydroModelInfo _hydroInfo = null;//姘村姏淇℃伅 - private Dictionary<Yw.Model.HydroParterInfo, ISetHydroParterWorkingInfoCtrl> _parterWorkingInfoDict = null;//缁勪欢涓庣粍浠跺伐鍐垫槧灏勫瓧鍏� + private Dictionary<Yw.Model.HydroParterInfo, ISetHydroVisualWorkingInfoCtrl> _parterWorkingInfoDict = null;//缁勪欢涓庣粍浠跺伐鍐垫槧灏勫瓧鍏� /// <summary> /// 缁戝畾鏁版嵁 @@ -29,7 +29,7 @@ { return; } - _parterWorkingInfoDict = new Dictionary<Model.HydroParterInfo, ISetHydroParterWorkingInfoCtrl>(); + _parterWorkingInfoDict = new Dictionary<Model.HydroParterInfo, ISetHydroVisualWorkingInfoCtrl>(); //姘寸 if (hydroInfo.Waterboxs != null && hydroInfo.Waterboxs.Count > 0) { @@ -189,7 +189,7 @@ { return; } - var all = workingInfo.GetAllParterWorkingInfoList(); + var all = workingInfo.GetAllVisualWorkingInfoList(); if (all == null || all.Count < 1) { return; @@ -232,7 +232,7 @@ var singleWorkingInfo = parterWorkingInfoCtrl.GetWorkingInfo(); if (singleWorkingInfo != null) { - workingInfo.AppendParterWorkingInfo(singleWorkingInfo); + workingInfo.AppendVisualWorkingInfo(singleWorkingInfo); } } } -- Gitblit v1.9.3