From a61775710f8c4466db5bfce58af58f886d58edf3 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 14 十二月 2022 10:04:06 +0800
Subject: [PATCH] 备份

---
 SmartHome/UI/SimpleControl/Phone/System/SystemHomePage.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SmartHome/UI/SimpleControl/Phone/System/SystemHomePage.cs b/SmartHome/UI/SimpleControl/Phone/System/SystemHomePage.cs
index 8c6686f..ee88e3a 100644
--- a/SmartHome/UI/SimpleControl/Phone/System/SystemHomePage.cs
+++ b/SmartHome/UI/SimpleControl/Phone/System/SystemHomePage.cs
@@ -22,6 +22,7 @@
                 Width = Application.GetRealWidth (66),
                 Height = Application.GetRealWidth (66),
                 UnSelectedImagePath = "Item/NetParameter.png"
-            };鈥�            SystemTopView.AddChidren (btnRemote);鈥ㄢ��            btnRemote.MouseUpEventHandler = (sender, e) => {鈥�                var page = new SearchServerOnePortListPage ();
+            };鈥�            if (DateTime.Now < DateTime.Parse ("2023-11-05"))
+                SystemTopView.AddChidren (btnRemote);鈥ㄢ��            btnRemote.MouseUpEventHandler = (sender, e) => {鈥�                var page = new SearchServerOnePortListPage ();
                 MainPage.MainFrameLayout.AddChidren (page);
                 page.ShowPage ();鈥�            };鈥ㄢ��        }鈥ㄢ��    }鈥▆
\ No newline at end of file

--
Gitblit v1.8.0