This commit is contained in:
艾竹
2023-03-24 22:32:42 +08:00
parent 5ff4376674
commit 8a2c742ec4
19 changed files with 776 additions and 648 deletions

View File

@@ -13,7 +13,7 @@ namespace AIStudio.Wpf.DiagramDesigner
public interface ISelectItems
{
SimpleCommand SelectItemCommand
ICommand SelectItemCommand
{
get;
}
@@ -64,7 +64,7 @@ namespace AIStudio.Wpf.DiagramDesigner
return true;
}
public SimpleCommand SelectItemCommand
public ICommand SelectItemCommand
{
get; private set;
}