wxr
2024-07-12 312f9ece8d4a46d8989187730fc7f5c7fc36cfb5
HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Shared;
namespace HDL_ON.UI.UI2.Intelligence.Automation
{
@@ -342,6 +343,7 @@
        /// <param name="stateList">之前状态数据源</param>
        /// <param name="titleText">标题</param>
        /// <param name="action">返回值索引值</param>
        /// <param name="isIcon">数据源没有数据是否显示提示图标(默认(true)显示)</param>
        public void FrameOrVv(FrameLayout frame, List<string> list, List<string> stateList, string titleText, Action<int> action,bool isIcon=true)
        {