From 9bc1c241443169dde866ccc73fe28a743ebf3874 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 18 六月 2025 08:05:23 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
index b70ed3b..1ca35cd 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -305,8 +305,8 @@
 
         private void BtnReport_ItemClick(object sender, ItemClickEventArgs e)
         {
-            if (btnReportClick != null)
-                btnReportClick(this, e);
+            if (btnPrintClick != null)
+                btnPrintClick(this, e);
             else
                 return;
 
@@ -917,7 +917,7 @@
         /// <summary>
         /// 鎶ヨ〃
         /// </summary>
-        public event EventHandler btnReportClick;
+        public event EventHandler btnPrintClick;
 
         /// <summary>
         /// 缁撴

--
Gitblit v1.9.3