JLChen
2021-01-05 f500e14c0a994487070380c50c85e0929cbc8e63
Crabtree/SmartHome/UI/SimpleControl/Phone/System/SystemMiddle.cs
@@ -76,7 +76,7 @@
                                ms.WriteByte (common.SubnetID);
                                ms.WriteByte (common.DeviceID);
                            }
                            Console.WriteLine ("搜索网关,搜索地址是:" + CommonPage.EndPoint.ToString () + "    " + CommonPage.GateWayList.Count);
                            Utlis.WriteLine ("搜索网关,搜索地址是:" + CommonPage.EndPoint.ToString () + "    " + CommonPage.GateWayList.Count);
                            Control control = new Control ();
                            control.Send (new Target () {
                                IPEndPoint = CommonPage.EndPoint,
@@ -128,7 +128,7 @@
                            ShowGateWayView ();
                        });
                    } catch (Exception ex) {
                        Console.WriteLine (ex.ToString ());
                        Utlis.WriteLine (ex.ToString ());
                    } finally {
                        Application.RunOnMainThread (() => {
                            MainPage.Loading.Hide ();
@@ -417,7 +417,7 @@
                }
                InitBottomButton ();
            } catch (Exception ex) {
                Console.WriteLine (ex.ToString ());
                Utlis.WriteLine (ex.ToString ());
            }
        }