可以切换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

@@ -250,14 +250,30 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
private string _pathMode;
public string PathMode
{
get; set;
get
{
return _pathMode;
}
set
{
SetProperty(ref _pathMode, value);
}
}
private string _routerMode;
public string RouterMode
{
get; set;
get
{
return _routerMode;
}
set
{
SetProperty(ref _routerMode, value);
}
}
public IRouter Router