From be1dcb30e552fff6a2cf733d6577b103665edded Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 11 十二月 2024 17:31:32 +0800 Subject: [PATCH] 增加能耗分析图片 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs index 8a86f1e..d9cfd24 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs @@ -31,9 +31,9 @@ initPosition(); } - public InputBox(string txt,string content="") + public InputBox(string txt, string content = "") { - + InitializeComponent(); initPosition(); this.Text = txt; @@ -60,9 +60,9 @@ return textBox1.Text; else return null; - + } - + } } -- Gitblit v1.9.3