黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelFangyueFreshAirTargetForm.cs
@@ -6,8 +6,7 @@
{
    public class PanelFangyueFreshAirTargetForm : EditorCommonForm
    {
        #region ■ 变量声明___________________________
        #region ■ 变量声明___________________________
        /// <summary>
        /// 列表控件
        /// </summary>
@@ -309,8 +308,6 @@
                        this.dicShowDevice[room.Id].Add(device);
                    }
                }
            }
            return canShow;
        }
@@ -321,7 +318,6 @@
            return canShow;
        }
        #endregion
    }
}