mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 01:00:50 +08:00
block
This commit is contained in:
@@ -428,6 +428,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
await (this.GetFirst() ?? this).Execute();
|
||||
}
|
||||
|
||||
public override async void PreviewExecuteEdit()
|
||||
{
|
||||
await BeforeExecute();
|
||||
}
|
||||
|
||||
public async Task Execute()
|
||||
{
|
||||
await BeforeExecute();
|
||||
|
||||
Reference in New Issue
Block a user