SFC报错修复

This commit is contained in:
艾竹
2023-04-15 23:42:36 +08:00
parent 488e23ea57
commit f05654309b
5 changed files with 38 additions and 38 deletions

View File

@@ -112,7 +112,7 @@ namespace AIStudio.Wpf.Flowchart
foreach (var viewModel in DiagramViewModels)
{
FlowchartService.DisposeData(viewModel);
FlowchartService.Dispose(viewModel);
}
}
}