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 ■ 控件事件___________________________