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);