xm
2020-04-30 2eacb04ca1ec0ad20fda4186b59a9bce67004cb4
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 ■ 控件事件___________________________