This commit is contained in:
kwai
2023-03-08 19:45:07 +08:00
parent f48838f54a
commit c80923d19c
8 changed files with 86 additions and 26 deletions

View File

@@ -194,6 +194,15 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get;
}
SimpleCommand InitLayoutCommand
{
get;
}
SimpleCommand ResetLayoutCommand
{
get;
}
event DiagramEventHandler Event;