ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/MessageControls/ShowMsgControl.cs
@@ -66,16 +66,19 @@ /// </summary> public void Show() { try { if (myTip != null) { myTip.Show(Common.CommonPage.Instance); myTip = null; return; } //初始化控件 this.InitMsgControl(); } catch (Exception ex) { HdlLogLogic.Current.WriteLog(ex); } } #endregion