程序添加绘图元素,Demo完成一半

This commit is contained in:
艾竹
2023-05-14 23:26:08 +08:00
parent 40f81b7209
commit da9cdb55c9
25 changed files with 1225 additions and 124 deletions

View File

@@ -16,7 +16,7 @@ using AIStudio.Wpf.DiagramDesigner.Additionals;
using AIStudio.Wpf.Mind.Helpers;
using AIStudio.Wpf.Mind.Models;
namespace AIStudio.Wpf.Flowchart
namespace AIStudio.Wpf.DiagramApp.ViewModels
{
public class MindViewModel : PageViewModel
{
@@ -119,10 +119,7 @@ namespace AIStudio.Wpf.Flowchart
{
base.Dispose();
foreach (var viewModel in DiagramViewModels)
{
FlowchartService.Dispose(viewModel);
}
}
}
}