mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
block
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user