From dbafcedefd3840d48b978de50141a15cffcc1e09 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 25 十月 2024 09:59:33 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/GsMesClient --- DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs index 6de4af4..7ca7160 100644 --- a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs +++ b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs @@ -1,13 +1,10 @@ 锘縰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 { @@ -16,7 +13,4 @@ public List<string> StringList { get; set; } } - - - } \ No newline at end of file -- Gitblit v1.9.3