This commit is contained in:
艾竹
2023-07-09 21:03:35 +08:00
parent 49b95ba881
commit 380c126e33
7 changed files with 47 additions and 23 deletions

View File

@@ -7,9 +7,9 @@ using System.Windows;
namespace AIStudio.Wpf.DiagramDesigner
{
public class ToolBoxData
public class ToolBoxData : BindableBase
{
public string Text
public virtual string Text
{
get; protected set;
}