This commit is contained in:
艾竹
2023-07-23 12:35:18 +08:00
parent b6e095293c
commit e34f7fd5a3
5 changed files with 80 additions and 13 deletions

View File

@@ -23,6 +23,11 @@ namespace AIStudio.Wpf.DiagramDesigner
get; set;
}
string Text
{
get; set;
}
//新建完处于编辑状态
bool InitIsEditing
{