block demo 已经完成到第三个了

This commit is contained in:
艾竹
2023-08-13 11:36:47 +08:00
parent 9485ce6684
commit d68fe22a05
7 changed files with 46 additions and 36 deletions

View File

@@ -41,10 +41,6 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get;
}
ICommand NextCommand
{
get;
}
ICommand AlignTopCommand
{
get;
@@ -340,6 +336,8 @@ namespace AIStudio.Wpf.DiagramDesigner
void Delete(object parameter);
bool Next();
void ClearSelectedItems();
bool ExecuteShortcut(KeyEventArgs e);