mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-18 07:26:36 +08:00
block demo 已经完成到第三个了
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user