选中状态代码整理

This commit is contained in:
艾竹
2023-05-14 18:02:59 +08:00
parent 58359c36d4
commit 40f81b7209
17 changed files with 663 additions and 62 deletions

View File

@@ -34,7 +34,7 @@ namespace AIStudio.Wpf.DiagramDesigner
get; set;
}
void AddToSelection(bool selected);
void AddToSelection(bool selected, bool clearother);
event PropertyChangedEventHandler PropertyChanged;
}