From 3aa397ab145382935492b11c1f18c9634e69910b Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 10 十二月 2020 16:45:00 +0800
Subject: [PATCH] 请合并,门锁和晾衣架第一版代码

---
 ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionMenuControl.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs b/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionMenuControl.cs
similarity index 91%
rename from ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs
rename to ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionMenuControl.cs
index ede1a4a..5a8af2c 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs
+++ b/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionMenuControl.cs
@@ -6,9 +6,9 @@
 namespace Shared.Phone.MainPage.Controls
 {
     /// <summary>
-    /// 鏈垎閰嶇晫闈㈢殑璁惧鍔熻兘鍥炬爣鎺т欢
+    /// 璁惧鍔熻兘鑿滃崟鐨勫浘鏍囨帶浠�
     /// </summary>
-    public class DeviceFunctionUnallocatedControl : FrameLayoutStatuControl
+    public class DeviceFunctionMenuControl : FrameLayoutStatuControl
     {
         #region 鈻� 鍙橀噺澹版槑___________________________
 
@@ -32,7 +32,7 @@
         /// <summary>
         /// 鏈垎閰嶇晫闈㈢殑璁惧鍔熻兘鍥炬爣鎺т欢
         /// </summary>
-        public DeviceFunctionUnallocatedControl()
+        public DeviceFunctionMenuControl()
         {
             this.Width = Application.GetRealWidth(220);
             this.Height = Application.GetRealHeight(279);
@@ -45,8 +45,7 @@
         /// <param name="text">鏄剧ず鐨勬枃鏈�</param>
         /// <param name="unSelectPath">鍥剧墖1</param>
         /// <param name="selectPath">鍥剧墖2</param>
-        /// <param name="listDevice">璁惧鍒楄〃</param>
-        public void InitControl(string text, string unSelectPath, string selectPath, List<string> listDevice)
+        public void InitControl(string text, string unSelectPath, string selectPath)
         {
             //鑳屾櫙鎺т欢
             this.btnBackGroud = new PicViewControl(150, 173);

--
Gitblit v1.8.0