mind基本完成,准备写文档

This commit is contained in:
艾竹
2023-03-19 23:26:14 +08:00
parent c2f4d3c706
commit 07ac28965e
28 changed files with 1363 additions and 211 deletions

View File

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using AIStudio.Wpf.Flowchart;
using AIStudio.Wpf.Mind.Helpers;
namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
{
@@ -14,6 +12,8 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
GetDataCommand = new SimpleCommand(GetDataExcute);
SetDataCommand = new SimpleCommand(SetDataExcute);
var theme = MindThemeHelper.GetSkyBlueTheme();
}
private Func<string> _getDataFunc;