This commit is contained in:
kwai
2023-03-06 11:54:41 +08:00
parent cd20abd7fe
commit 152c6a8c22
5 changed files with 422 additions and 154 deletions

View File

@@ -58,5 +58,40 @@ namespace AIStudio.Wpf.Mind.ViewModels
{
get;
}
SimpleCommand ResetLayoutCommand
{
get;
}
SimpleCommand Expand2Level1Command
{
get;
}
SimpleCommand Expand2Level2Command
{
get;
}
SimpleCommand Expand2Level3Command
{
get;
}
SimpleCommand Expand2Level4Command
{
get;
}
SimpleCommand Expand2Level5Command
{
get;
}
SimpleCommand Expand2Level6Command
{
get;
}
}
}