From 70d2b7cd0c8fe5dfb29bb2baf96997575ade2bac Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 08 七月 2021 18:34:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/newBranch1' into WJC

---
 HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
index d701f51..190b378 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
@@ -451,15 +451,16 @@
         /// </summary>
         public bool Lighting = false;
 
-        public ClothesHangerControl(string iconPath1, string iconPath2, string title, string time)
+
+        public ClothesHangerControl(string unSelectedIconPath, string selectedIconPath, string title, string time)
         {
             btnIcon = new Button()
             {
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(28),
                 Height = Application.GetRealWidth(28),
-                UnSelectedImagePath = iconPath1,
-                SelectedImagePath = iconPath2,
+                UnSelectedImagePath = unSelectedIconPath,
+                SelectedImagePath = selectedIconPath,
             };
             this.AddChidren(btnIcon);
 

--
Gitblit v1.8.0