wxr
2022-12-12 e1c35ade69cb253e8780dbedb4d244530fc88725
SmartHome/UI/SimpleControl/MainPage.cs
@@ -44,7 +44,6 @@
        {
            try {
                Showed = true;
                Console.WriteLine ("xxxxx1");
                if (Shared.Application.IsPad) {
                    Application.DesignWidth = 2048;
                    Application.DesignHeight = 1536;
@@ -52,11 +51,8 @@
                    Application.DesignWidth = 640;
                    Application.DesignHeight = 1136;
                }
                Console.WriteLine ("xxxxx2");
                Shared.BusSocket.Start (6000);
                Console.WriteLine ("xxxxx3");
                CommonPage.InitReceiveEvent ();
                Console.WriteLine ("xxxxx4");
                MainFrameLayout = Application.MainPage;
                MainFrameLayout.AddChidren (Loading);