HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/UserCenter/Member/MemberListForm.cs
@@ -168,7 +168,7 @@
            HdlThreadLogic.Current.RunThread(() =>
            {
                //总之先清空共享文件夹准没错
                HdlShardLogic.Current.ClearShardDirectory();
                HdlShardLogic.Current.Dispone();
                //初始化成员列表
                this.InitMemberList();
            });
@@ -413,7 +413,7 @@
        public override int FormActionAgainEvent()
        {
            //清空共享文件夹
            HdlShardLogic.Current.ClearShardDirectory();
            HdlShardLogic.Current.Dispone();
            return 1;
        }