HDL_ON/Entity/FunctionList.cs
@@ -186,6 +186,8 @@ /// <para>false:直接无条件添加</para></param> public void IniFunctionList(string filePath, bool checkRepeat = false) { try { // todo 增加设备,增加功能进功能列表 if (filePath.StartsWith("FunctionData_")) { @@ -254,6 +256,11 @@ securities.Add(temp); } } catch (Exception ex) { MainPage.Log($"IniFunctionList error : {ex.Message}"); } } /// <summary> /// 获取设备功能列表