HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs
@@ -79,7 +79,7 @@
        //    listView.Height = bodyFrameLayout.Height - Application.GetRealHeight(30) - btnTitle.Bottom;
        //    bodyFrameLayout.AddChidren(listView);
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //获取成员的共享列表(返回文件的名字和主键)
        //        var result = await this.GetMemberShardContentListAndSetToLocation();
@@ -92,8 +92,7 @@
        //        //初始化区域列表
        //        this.InitAreaListRow();
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        #endregion
@@ -195,7 +194,7 @@
        //        listScene.Add(sceneUi);
        //    }
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //执行删除
        //        var result = await HdlShardLogic.Current.DoDeleteSharedContent(memberShardInfo, room, listDevice, listScene);
@@ -207,8 +206,7 @@
        //                this.InitMiddleFrame();
        //            });
        //        }
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        //#endregion
@@ -377,6 +375,8 @@
        ///// </summary>
        //public override void FormActionAgainEvent()
        //{
        //    //不要删除这个函数
        //    base.FormActionAgainEvent();
        //    //重新刷新界面
        //    this.InitMiddleFrame();
        //}