From a2f11a5e60bb577fb793949191793a59953e236b Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 02 十二月 2024 15:22:44 +0800 Subject: [PATCH] Name 属性 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/InputBox.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 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..d9cfd24 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 { @@ -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