黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs
@@ -78,12 +78,11 @@
            frameBack.AddChidren(btnSearch);
            btnSearch.BindEvent(this.SearchEvent);
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                //初始化地区列表
                this.InitAreaList();
            })
            { IsBackground = true }.Start();
            });
            //让这个按钮这个区域不能点击菜单
            var frameTemp = new FrameLayout();
@@ -370,7 +369,7 @@
            /// </summary>
            private void StartSearchKeysThead()
            {
                new System.Threading.Thread(() =>
                HdlThreadLogic.Current.RunThread(() =>
                {
                    while (this.Parent != null)
                    {
@@ -396,8 +395,7 @@
                        //如果当前的检索键值与下一个检索键值不一样的话
                        //那就说明,用户再次输入了键值,这个时候,让线程继续跑下去
                    }
                })
                { IsBackground = true }.Start();
                });
            }
            #endregion