From 76bee0cb59c06d4616d70aace2cff4223c76a469 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期一, 14 十月 2019 20:25:46 +0800 Subject: [PATCH] 2019.10.14 --- ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs b/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs old mode 100755 new mode 100644 index 7ccbe78..eb1575d --- a/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs +++ b/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs @@ -170,9 +170,9 @@ } //1-60绉� //PickerView.Show(tList, (obj) => - // { - // targetDevice.DelayTime = int.Parse(obj.Split(' ')[0]); - // }, Language.StringByID(R.MyInternationalizationString.Confrim)); + //{ + //targetDevice.DelayTime = int.Parse(obj.Split(' ')[0]); + //}, Language.StringByID(R.MyInternationalizationString.Confrim)); }; //鍒犻櫎璁惧 devRight.MouseUpEventHandler += (sender, e) => -- Gitblit v1.8.0