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

@@ -77,7 +77,8 @@ namespace AIStudio.Wpf.Mind.ViewModels
IsInnerConnector = true;
MindLayout.Appearance(this, MindThemeModel, initAppearance);
var xx = GlobalType.AllTypes;
this.PropertyChanged -= this.Item_PropertyChanged;
this.PropertyChanged += this.Item_PropertyChanged;
}