From a9c9f13461dbe9ab88677d94f9033db30a6558b0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 23 十月 2024 16:40:09 +0800
Subject: [PATCH] 增加了一个测试窗体
---
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
new file mode 100644
index 0000000..6de4af4
--- /dev/null
+++ b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -0,0 +1,22 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Gs.DevApp.ToolBox
+{
+ /// <summary>
+ /// 鏇存柊鐖剁獥浣撲簨浠�
+ /// </summary>
+ public class UpdateParentEventArgs : EventArgs
+ {
+ public string Data { get; set; }
+ public List<FilterEntity> FilterList { get; set; }
+
+ public List<string> StringList { get; set; }
+ }
+
+
+
+}
\ No newline at end of file
--
Gitblit v1.9.3