| | |
| | | // 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();
|
| | |
| | | // //初始化区域列表
|
| | | // this.InitAreaListRow();
|
| | |
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | #endregion
|
| | |
| | | // listScene.Add(sceneUi);
|
| | | // }
|
| | |
|
| | | // new System.Threading.Thread(async () =>
|
| | | // HdlThreadLogic.Current.Run(async () =>
|
| | | // {
|
| | | // //执行删除
|
| | | // var result = await HdlShardLogic.Current.DoDeleteSharedContent(memberShardInfo, room, listDevice, listScene);
|
| | |
| | | // this.InitMiddleFrame();
|
| | | // });
|
| | | // }
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | //#endregion
|
| | |
| | | ///// </summary>
|
| | | //public override void FormActionAgainEvent()
|
| | | //{
|
| | | // //不要删除这个函数
|
| | | // base.FormActionAgainEvent();
|
| | | // //重新刷新界面
|
| | | // this.InitMiddleFrame();
|
| | | //}
|