From 65927056612a7ffef20708aefda33d09be51ef6b Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期日, 08 九月 2024 22:16:00 +0800
Subject: [PATCH] 权限整理

---
 DevApp/Gs.DevApp/TestForm/TEST.cs |   22 ++++------------------
 1 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/DevApp/Gs.DevApp/TestForm/TEST.cs b/DevApp/Gs.DevApp/TestForm/TEST.cs
index cd5f495..7d7d110 100644
--- a/DevApp/Gs.DevApp/TestForm/TEST.cs
+++ b/DevApp/Gs.DevApp/TestForm/TEST.cs
@@ -1,4 +1,3 @@
-锘縰sing DevExpress.XtraEditors;
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
@@ -6,28 +5,15 @@
 using System.Drawing;
 using System.Linq;
 using System.Text;
-using System.Threading.Tasks;
 using System.Windows.Forms;
 
-namespace Gs.DevApp.TestForm
+namespace CreateDBClass
 {
-    public partial class TEST : DevExpress.XtraEditors.XtraForm
+    public partial class Form1 : Form
     {
-        public TEST()
+        public Form1()
         {
             InitializeComponent();
-            toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick;
-            toolBarMenu1.btnKGClick += ToolBarMenu1_btnKGClick;
-        }
-
-        private void ToolBarMenu1_btnKGClick(object sender, EventArgs e)
-        {
-            MessageBox.Show("寮�宸�");
-        }
-
-        private void ToolBarMenu1_btnAddClick(object sender, EventArgs e)
-        {
-            MessageBox.Show("111");
         }
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3