From 4917fb959e2befec07a693e72d7010c09494ec7c Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期四, 03 四月 2025 15:38:34 +0800
Subject: [PATCH] 1.新增二输水流量压力偏差曲线

---
 02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveTreeListCtrl.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveTreeListCtrl.cs b/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveTreeListCtrl.cs
index 08581df..182e716 100644
--- a/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveTreeListCtrl.cs
+++ b/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveTreeListCtrl.cs
@@ -468,7 +468,7 @@
         {
             if (_station == null)
                 return;
-            var path = Path.Combine(Settings.File.RootDirectory, "闄堣", _station.Name + "_inp");
+            var path = Path.Combine(SettingsD.File.RootDirectory, "闄堣", _station.Name + "_inp");
             if (!Directory.Exists(path))
             {
                 Directory.CreateDirectory(path);

--
Gitblit v1.9.3