添加了标识更新

但是只有界面没有功能
This commit is contained in:
CortexCore
2023-07-11 00:14:36 +08:00
parent d8d34766c0
commit ca824c3b32
21 changed files with 742 additions and 126 deletions

View File

@@ -62,7 +62,7 @@ public partial class IDIS_TemplateService : Node
templateDescriptionEdit.TextChanged += OnTemplateDescriptionChanged;
MathNode.RemoveAllChild(container);
MathNode.ClearChild(container);
EnsureConfigure();
}
@@ -108,7 +108,7 @@ public partial class IDIS_TemplateService : Node
private void EnsureConfigure()
{
itemList.Clear();
MathNode.RemoveAllChild(container);
MathNode.ClearChild(container);
foreach (var x in templates)
{