From 5bed96bdc308ee10e1a5e9bd7ff056ed67808d02 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 13 十二月 2022 11:29:49 +0800
Subject: [PATCH] 备份iOS
---
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