陈嘉乐
2020-07-17 627093aca723d4bfb971b97c828e8b3a22dbda78
ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -351,6 +351,21 @@
            this.SetAllControlStatu();
        }
        /// <summary>
        /// 获取当前激活的界面
        /// </summary>
        /// <returns></returns>
        public EditorCommonForm GetNowActionForm()
        {
            int index = ((int)this.nowSelectMenu) - 1;
            if (index != -1)
            {
                //调用此界面的激活函数
                return this.listForm[index];
            }
            return null;
        }
        #endregion
        #region ■ 结构体_____________________________