From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3
---
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