From e1c35ade69cb253e8780dbedb4d244530fc88725 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 12 十二月 2022 09:59:55 +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