可以切换MindType

This commit is contained in:
艾竹
2023-03-05 23:22:34 +08:00
parent 79f4896fbd
commit cd20abd7fe
18 changed files with 286 additions and 254 deletions

View File

@@ -11,22 +11,27 @@ namespace AIStudio.Wpf.Mind.ViewModels
{
MindType MindType
{
get;set;
get; set;
}
MindNode RootItem
{
get;
}
SimpleCommand AddParentCommand
{
get;
get;
}
SimpleCommand AddChildCommand
{
get;
get;
}
SimpleCommand AddPeerCommand
{
get;
get;
}
SimpleCommand DeleteSelfCommand
@@ -52,6 +57,6 @@ namespace AIStudio.Wpf.Mind.ViewModels
SimpleCommand ChangeMindThemeCommand
{
get;
}
}
}
}