From c41d2d0317ee437ba13e01780bc180e3ef51fd52 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 29 十月 2019 11:34:06 +0800 Subject: [PATCH] 2019-10-29-1 --- ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs index 6d8fc64..38416fc 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs @@ -127,11 +127,6 @@ EventHandler<MouseEventArgs> devicestateclick = (sender, e) => { - Common.Logic.LogicDviceList.Clear(); - if (Common.Logic.LogicDviceList.Count == 0) - { - Common.Logic.LogicDviceList.AddRange(LocalDevice.Current.listAllDevice.ToArray()); - } var logicDevicePage = new LogicDevicePage(); UserView.HomePage.Instance.AddChidren(logicDevicePage); UserView.HomePage.Instance.PageIndex += 1; -- Gitblit v1.8.0