From 32b374b27fba81f58cd6dc0119aecc0a1414e7e9 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 27 九月 2024 20:19:29 +0800 Subject: [PATCH] 优化bimface 连接管道颜色 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs index ba68181..8a86f1e 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs @@ -8,7 +8,7 @@ using System.Threading.Tasks; using System.Windows.Forms; -namespace Yw.WinFrmUI.Q3D +namespace Yw.WinFrmUI.Q3d { public partial class InputBox : Form { -- Gitblit v1.9.3