From 3272ca5b51e19f7f8a827b0f68400570a547fe60 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 四月 2020 15:02:44 +0800
Subject: [PATCH] 2020-04-28-1

---
 ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs b/ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs
index 451e58f..e1f77c9 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs
+++ b/ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs
@@ -1,7 +1,6 @@
 锘縰sing System;
 using System.Collections.Generic;
 using Shared.Common;
-using Shared.Phone.Device.Category;
 using Shared.Phone.Device.CommonForm;
 using Shared.Phone.UserCenter;
 using Shared.Phone.UserView;
@@ -569,7 +568,7 @@
             foreach (var scene in this.dicSelectScene.Values)
             {
                 //娣诲姞鍦烘櫙
-                HdlSceneLogic.Current.AddScene(room, scene);
+                HdlSceneLogic.Current.AddSceneToRoom(room, scene);
             }
             //娓呯┖缂撳瓨
             this.dicSelectScene.Clear();

--
Gitblit v1.8.0