From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 八月 2022 09:37:38 +0800
Subject: [PATCH] 合并了IOS的代码
---
ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionMemoryListDeviceForm.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionMemoryListDeviceForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionMemoryListDeviceForm.cs
index 68531ea..0a597b5 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionMemoryListDeviceForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionMemoryListDeviceForm.cs
@@ -38,7 +38,7 @@
listView.Height = bodyFrameLayout.Height;
bodyFrameLayout.AddChidren(listView);
- var listDevice = HdlDeviceCommonLogic.Current.listAllDevice;
+ var listDevice = Common.LocalDevice.Current.listAllDevice;
for (int i = 0; i < listDevice.Count; i++)
{
this.AddRowControl(listView, listDevice[i], i != listDevice.Count - 1);
@@ -51,7 +51,7 @@
{
var row1 = new RowLayoutControl(listView.rowSpace / 2);
listView.AddChidren(row1);
- row1.frameTable.AddTopView(HdlDeviceCommonLogic.Current.GetDeviceEpointName(device), 800);
+ row1.frameTable.AddTopView(Common.LocalDevice.Current.GetDeviceEpointName(device), 800);
row1.frameTable.AddBottomView(device.FilePath, 800);
if (addLine == true)
{
--
Gitblit v1.8.0