HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs
@@ -68,12 +68,11 @@
        //    listView.Height = bodyFrameLayout.Height - Application.GetRealHeight(30) - btnTitle.Bottom;
        //    bodyFrameLayout.AddChidren(listView);
        //    new System.Threading.Thread(() =>
        //    HdlThreadLogic.Current.Run(() =>
        //    {
        //        //初始化区域列表
        //        this.InitAreaListRow();
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        #endregion
@@ -239,7 +238,7 @@
        //        listScene.Add(sceneUi);
        //    }
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //执行上传
        //        var result = await HdlShardLogic.Current.DoUploadSharedContent(memberShardInfo, room, listDevice, listScene);
@@ -258,8 +257,7 @@
        //                }
        //            });
        //        }
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        //#endregion
@@ -271,6 +269,8 @@
        ///// </summary>
        //public override void FormActionAgainEvent()
        //{
        //    //不要删除这个函数
        //    base.FormActionAgainEvent();
        //    //重新刷新界面
        //    this.InitMiddleFrame();
        //}