From 33470790ac0069c7734fb1a5b8b07350950c6dfe Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 24 十一月 2020 15:51:31 +0800 Subject: [PATCH] 20201124,整理mqtt订阅 --- HDL_ON/UI/MainPage.cs | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 64ff476..9988c55 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -85,9 +85,6 @@ BaseView = Application.MainPage; Application.MainPage.BackgroundColor = CSS_Color.MainBackgroundColor; - //BusSocket.Start(); - //CommonPage.InitReceiveEvent(); - //LoginUser = Newtonsoft.Json.JsonConvert.DeserializeObject<UserInfo>(System.Text.Encoding.UTF8.GetString(FileUtils.ReadFile("UserInfo_File"))); //鍒ゆ柇闇�涓嶉渶瑕佺櫥褰曪紝鏈夋病鏈夌櫥褰曪紝鎴栬�呯櫥褰曟槸鍚﹁繃鏈燂紝 if (UserInfo.Current == null || !UserInfo.Current.IsLogin) @@ -96,19 +93,6 @@ } else { - //UdpSocket._BusSocket.Start(); - //if (Entity.DB_ResidenceData.residenceData.GatewayType == 1) - //{ - // BusSocket.Start(); - // CommonPage.InitReceiveEvent(); - // Control.ReadGatewayIPAddress(); - //} - //else - //{ - // BusSocket.Start(); - // CommonPage.InitReceiveEvent(); - //} - new System.Threading.Thread(() => { var pm =new DAL.Server.HttpServerRequest(); -- Gitblit v1.8.0