From bba578c2f0acf2eca747edcb69426771e0cadd32 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 23 三月 2020 18:20:50 +0800 Subject: [PATCH] 2020-03-23-3 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs index 4775048..06e5310 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs @@ -91,7 +91,12 @@ //鏂规偊鐜闈㈡澘 objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId253); unSelectPic = "Device/ButtonPanelFangyueEnvironment.png"; - this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEnvironmentDirectionForm"); + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEnvironmentDirectionForm"); + + //绐楀笜闈㈡澘 + objectText = "绐楀笜闈㈡澘"; + unSelectPic = "Device/ButtonPanelCurtain.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelCurtainDirectionForm"); //3璺户鐢靛櫒灏忔ā鍧� objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId2300); -- Gitblit v1.8.0