From c26fbcce225eca9f745429b59fda41e70c92bce3 Mon Sep 17 00:00:00 2001 From: zengwenjie <1663900244@qq.com> Date: Wed, 24 Sep 2025 16:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E3=80=8CParamGroupCollection?= =?UTF-8?q?=E3=80=8D=E8=B0=83=E8=AF=95=E6=9C=9F=E6=98=BE=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeedyDesigner/Deedy.Activity/Collection/ParamGroupCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeedyDesigner/Deedy.Activity/Collection/ParamGroupCollection.cs b/DeedyDesigner/Deedy.Activity/Collection/ParamGroupCollection.cs index cc32fc4..326bf2d 100644 --- a/DeedyDesigner/Deedy.Activity/Collection/ParamGroupCollection.cs +++ b/DeedyDesigner/Deedy.Activity/Collection/ParamGroupCollection.cs @@ -11,7 +11,7 @@ using System.Windows.Documents; namespace Deedy.Activity { [Serializable] - [DebuggerDisplay("Count = {Count}")] + [DebuggerDisplay("「ParamGroupCollection」Count = {Count}")] public class ParamGroupCollection : InitialSortedObservableCollection { private ParamGroupAttribute _DefaultGroup = ParamGroupAttribute.CreateDefaultGroup();