From 8fcc3bd198606e0400eca5383572fb97ecdada85 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 10 一月 2023 15:51:37 +0800 Subject: [PATCH] 备份 --- SmartHome/UI/SimpleControl/MainPage.cs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/SmartHome/UI/SimpleControl/MainPage.cs b/SmartHome/UI/SimpleControl/MainPage.cs index ed6e2e6..811e13d 100644 --- a/SmartHome/UI/SimpleControl/MainPage.cs +++ b/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); -- Gitblit v1.8.0