From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 16 十二月 2020 13:09:08 +0800 Subject: [PATCH] 新云端代码Ver1.2 --- ZigbeeApp/Shared/Phone/Common/Form/SelectDeviceForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/SelectDeviceForm.cs b/ZigbeeApp/Shared/Phone/Common/Form/SelectDeviceForm.cs similarity index 97% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/SelectDeviceForm.cs rename to ZigbeeApp/Shared/Phone/Common/Form/SelectDeviceForm.cs index c933c36..4816683 100644 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/SelectDeviceForm.cs +++ b/ZigbeeApp/Shared/Phone/Common/Form/SelectDeviceForm.cs @@ -3,7 +3,7 @@ using System.Text; using ZigBee.Device; -namespace Shared.Phone.UserCenter +namespace Shared.Phone { /// <summary> /// 璁惧閫夋嫨鐨勭晫闈� @@ -119,7 +119,7 @@ /// <param name="addLine">鏄惁娣诲姞搴曠嚎</param> private void AddDeviceRow(CommonDevice device, List<string> i_listSelectDevice, bool SelcetCancel, bool SelectOnlyOne, bool addLine) { - string mainkeys = Common.LocalDevice.Current.GetDeviceMainKeys(device); + string mainkeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(device); var row = new DeviceSelectControl(device, SelectOnlyOne == false, listView.rowSpace / 2); row.MainKeys = mainkeys; listView.AddChidren(row); @@ -131,7 +131,7 @@ } //璁剧疆閫夋嫨鐘舵�� - string mainKeys = Common.LocalDevice.Current.GetDeviceMainKeys(device); + string mainKeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(device); if (i_listSelectDevice.Contains(mainKeys) == true) { row.SelectCancel = SelcetCancel; -- Gitblit v1.8.0