黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/SelectRoomForm.cs
@@ -58,7 +58,7 @@
        /// </summary>
        private void AddAllRoomRow()
        {
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                foreach (Common.Room room in Common.Room.Lists)
                {
@@ -72,8 +72,7 @@
                        this.AddRoomRow(room);
                    });
                }
            })
            { IsBackground = true }.Start();
            });
        }
        /// <summary>