ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetSettionForm.cs
@@ -90,13 +90,12 @@ //添加底部 添加报警目标的菜单行 this.AddBottomAlarmTargetMenu(); new System.Threading.Thread(() => HdlThreadLogic.Current.RunThread(() => { //设置中间部分信息 this.SetMiddleInfo(listData); }) { IsBackground = true }.Start(); }); } /// <summary> @@ -368,10 +367,12 @@ /// <summary> /// 自身的上层界面关闭后,它自身处于最上层时,触发的事件 /// </summary> public override void FormActionAgainEvent() public override int FormActionAgainEvent() { //重新刷新界面 this.InitMiddleFrame(); return 1; } #endregion