xm
2020-04-28 dfd3bdc07c49fab66b38382e0bbe7c91bdf4f15b
ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs
old mode 100755 new mode 100644
@@ -13,8 +13,7 @@
    /// </summary>
    public class DeviceAcDetailCardForm : DeviceDetailCardCommonForm
    {
        #region ■ 变量声明___________________________
        #region ■ 变量声明___________________________
        /// <summary>
        /// 界面上可以操作的控件
        /// </summary>
@@ -67,7 +66,7 @@
        public override void InitMiddleFrameAfter(FrameLayout frameWhiteBack)
        {
            //左滑不能
            this.ScrollEnabled = false;
            this.ScrollEnabled = true;
            this.deviceAc = (AC)this.device;
            //先清空
            this.listControl = new List<ButtonBase>();