lu
2024-10-24 b83d3b9f4ea67b2982117753ebdd4861922bb07b
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -12,5 +12,11 @@
    public class UpdateParentEventArgs : EventArgs
    {
        public string Data { get; set; }
        public List<FilterEntity> FilterList { get; set; }
        public List<string> StringList { get; set; }
    }
}
}