Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs
@@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Drawing; using System.Linq; namespace HStation.Desktop { @@ -38,7 +37,7 @@ this.FuncElements = elements; } public FuncElement(string name, string dllFileName, string controlFullName, Image img = null) public FuncElement(string name, string dllFileName, string controlFullName, Image img = null) { this.Id = Guid.NewGuid().ToString(); this.Name = name; @@ -48,7 +47,7 @@ this.Image = img; this.IsGroup = false; } /// <summary> /// 标识