gxc
2020-01-10 b9cb076fe6127160c96c35bf9c8cebcffe1d5ccd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MessageManagementControl.cs
old mode 100755 new mode 100644
@@ -14,6 +14,7 @@
        /// </summary>
        public MessageManagementControl()
        {
            this.Height = Application.GetMinRealAverage(69);
            this.Width = Application.GetMinRealAverage(69);
            this.UnSelectedImagePath = "Item/MessageManagement.png";
@@ -98,7 +99,7 @@
        public override void RemoveFromParent()
        {
            ControlCommonResourse.listMessageManaContr.Remove(this);
            base.RemoveFromParent();
        }
    }