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/Phone/System/SystemHomePage.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

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

--
Gitblit v1.8.0