From 86db3175d109ab7d5abfb65058228a496f2492ec Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期一, 07 十二月 2020 11:31:41 +0800 Subject: [PATCH] 20201207 --- HDL_ON/UI/UI2/1-HomePage/HomePage.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs index 470d76d..b4a9572 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -144,7 +144,8 @@ System.Threading.Tasks.Task.Run(() => { //DriverLayer.Control.Ins.SearchLoaclGateway(); - MainPage.InitializationData(); + //MainPage.InitializationData(); + DriverLayer.Control.Ins.IsRemote = true; }); }; #endif -- Gitblit v1.8.0