可以切换主题

This commit is contained in:
艾竹
2023-03-11 22:27:23 +08:00
parent 84f413320f
commit fb7858fe74
22 changed files with 1061 additions and 208 deletions

View File

@@ -26,7 +26,7 @@ namespace AIStudio.Wpf.Flowchart
{
foreach (var vm in DiagramViewModels)
{
vm.InitLayoutCommand.Execute(null);
vm.Init();
}
}