WJC
2019-12-03 f8b647c263f068babb8efcc19ff4e74026a4bd28
ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs
old mode 100755 new mode 100644
@@ -19,7 +19,6 @@
        public void Show(int isInt=0, bool edit=false)
        {
            #region  最上面的布局代码
            var topRowLayout = new RowLayout
@@ -130,7 +129,7 @@
            };
            middle.AddChidren(PickerViewfra);
            PickerViewfra.SetCornerWithSameRadius(20, HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight);
            var mUIPickerView = new UIPickerView
            {
@@ -163,7 +162,7 @@
            int value = 0;
            if (edit)
            {
                timevalue = int.Parse(Common.Logic.CurrentLogic.Actions[isInt]["DelayTime"].ToString());
                if (timevalue > 3600)
                {
@@ -245,5 +244,3 @@
        }
    }
}