最近精简代码,有些bug,修复

This commit is contained in:
艾竹
2023-04-08 14:22:12 +08:00
parent 347488e8e9
commit 78da8f4852
15 changed files with 193 additions and 199 deletions

View File

@@ -23,6 +23,11 @@ namespace AIStudio.Wpf.DiagramDesigner
get; set;
}
bool ShowText
{
get; set;
}
void AddToSelection(bool selected);
event PropertyChangedEventHandler PropertyChanged;