This commit is contained in:
kwai
2023-08-04 19:03:42 +08:00
parent 25cd232579
commit 25993fd3a9
4 changed files with 80 additions and 6 deletions

View File

@@ -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();