From 82572cfe57091972a99dff319e5df5ee516ee096 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期六, 13 九月 2025 16:20:28 +0800 Subject: [PATCH] 增加字段 --- DevApp/Gs.DevApp/XtraForm2.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/XtraForm2.cs b/DevApp/Gs.DevApp/XtraForm2.cs new file mode 100644 index 0000000..bee5936 --- /dev/null +++ b/DevApp/Gs.DevApp/XtraForm2.cs @@ -0,0 +1,21 @@ +锘縰sing DevExpress.XtraEditors; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Gs.DevApp +{ + public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm + { + public XtraForm2() + { + InitializeComponent(); + } + } +} \ No newline at end of file -- Gitblit v1.9.3