黄学彪
2020-04-29 b68cdc7e103a00d5df73e4b75603be8da1815b4a
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutStatuControl.cs
@@ -196,6 +196,15 @@
            this.BindChidrenEvent(view, chidrenBindMode);
        }
        /// <summary>
        /// 添加子控件
        /// </summary>
        /// <param name="view"></param>
        public override void AddChidren(View view)
        {
            this.AddChidren(view, ChidrenBindMode.NotBind);
        }
        #endregion
        #region ■ 控件事件___________________________