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 ■ 结构体_____________________________