修改了Ioc相同类型实例化了多个对象的问题

This commit is contained in:
fengjiayi
2024-09-15 19:48:27 +08:00
parent 19247b5afe
commit fe2ccaf74c
8 changed files with 199 additions and 112 deletions

View File

@@ -35,7 +35,9 @@ namespace Serein.Library.Enums
Action,
}
/// <summary>
/// 生成的节点控件
/// </summary>
public enum NodeControlType
{
None,