mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 10:46:37 +08:00
bug优化
This commit is contained in:
@@ -458,9 +458,17 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
|
||||
[Browsable(true)]
|
||||
private string _name;
|
||||
public string Name
|
||||
{
|
||||
get; set;
|
||||
get
|
||||
{
|
||||
return _name;
|
||||
}
|
||||
set
|
||||
{
|
||||
SetProperty(ref _name, value);
|
||||
}
|
||||
}
|
||||
|
||||
private string _text;
|
||||
|
||||
Reference in New Issue
Block a user