From 404cdc88627f942df7944af04ee05b9d527752d6 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 30 九月 2019 13:22:40 +0800
Subject: [PATCH] 合并了徐梅的按键面板绑定
---
ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
old mode 100644
new mode 100755
index 08c12ac..384e134
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
+++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
@@ -288,9 +288,9 @@
alertSuccess.ResultEventHandler += (senderSuccess, eSuccess) =>
{
//鏀瑰浘鐗�
- device.IconPath = deviceIMG.UnSelectedImagePath;
- device.IsCustomizeImage = true;
- device.ReSave();
+ device.CommonDevice.IconPath = deviceIMG.UnSelectedImagePath;
+ device.CommonDevice.IsCustomizeImage = true;
+ device.CommonDevice.ReSave();
//鏀规埧闂�
Shared.Common.Room.CurrentRoom.ChangedRoom(device.CommonDevice, RoomNameList);
RemoveFromParent();
--
Gitblit v1.8.0