wxr
2020-10-14 6c8946b21635246355ec41f216426783685a14b2
HDL_ON/UI/MainPage.cs
@@ -80,19 +80,17 @@
                }
                else
                {
                    //BusSocket.Start(6688);
                    //CommonPage.InitReceiveEvent();
                    //Control.ReadGatewayIPAddress();
                    //if(Entity.DB_ResidenceData.residenceData.GatewayType == 1)
                    //{
                    //    Control.ReadGatewayIPAddress();
                    //}
                    //else
                    //{
                    //BusSocket.Start(6000);
                    //CommonPage.InitReceiveEvent();
                    //}
                    if (Entity.DB_ResidenceData.residenceData.GatewayType == 1)
                    {
                        BusSocket.Start(6688);
                        CommonPage.InitReceiveEvent();
                        Control.ReadGatewayIPAddress();
                    }
                    else
                    {
                        BusSocket.Start(6000);
                        CommonPage.InitReceiveEvent();
                    }
                    new System.Threading.Thread(() =>
                    {