mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 23:56:37 +08:00
节点导入完成
This commit is contained in:
@@ -23,6 +23,7 @@ namespace AIStudio.Wpf.Flowchart
|
||||
public MindViewModel(string title, string status, DiagramType diagramType, MindType mindType) : base(title, status, diagramType)
|
||||
{
|
||||
MindType = mindType;
|
||||
Init();
|
||||
}
|
||||
public MindViewModel(string filename, DiagramDocument diagramDocument) : base(filename, diagramDocument)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user