From c40fb1ee1c2920807090920cbf6866ab5d03790f Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 九月 2024 20:12:47 +0800 Subject: [PATCH] 修改导入结果展示 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/TankViewModel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/TankViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/TankViewModel.cs index 350e93f..23a199d 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/TankViewModel.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/TankViewModel.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; -namespace Yw.WinFrmUI.Q3D +namespace Yw.WinFrmUI.Q3d { [Serializable] public class TankViewModel:NodeViewModel -- Gitblit v1.9.3