From a01861a95ede48fa4979a47b24f21616e362e534 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 19 十一月 2024 16:29:46 +0800 Subject: [PATCH] 用水当量模块 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PipeModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PipeModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PipeModel.cs index 0bf3bc5..dc4ab69 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PipeModel.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PipeModel.cs @@ -4,10 +4,10 @@ using System.Text; using System.Threading.Tasks; -namespace Yw.WinFrmUI.Q3D +namespace Yw.WinFrmUI.Q3d { [Serializable] - class PipeModel:Q3DLinkCalcModel + class PipeModel : Q3DLinkCalcModel { public override string ToString() { -- Gitblit v1.9.3