mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-17 15:06:36 +08:00
整理Redo和Undo命令
This commit is contained in:
@@ -31,7 +31,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
get;
|
||||
}
|
||||
|
||||
ICommand CreateNewDiagramCommand
|
||||
ICommand ClearCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
@@ -335,7 +335,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
void Init(bool initNew);
|
||||
|
||||
void Add(object parameter);
|
||||
void Add(object parameter, bool? isSelected = false);
|
||||
|
||||
void Remove(object parameter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user