| | |
| | | /// </summary>
|
| | | public void Show()
|
| | | {
|
| | | if (myTip != null)
|
| | | try
|
| | | {
|
| | | myTip.Show(Common.CommonPage.Instance);
|
| | | myTip = null;
|
| | | return;
|
| | | if (myTip != null)
|
| | | {
|
| | | myTip.Show(Common.CommonPage.Instance);
|
| | | myTip = null;
|
| | | return;
|
| | | }
|
| | | //初始化控件
|
| | | this.InitMsgControl();
|
| | | }
|
| | |
|
| | | //初始化控件
|
| | | this.InitMsgControl();
|
| | | catch (Exception ex) { HdlLogLogic.Current.WriteLog(ex); }
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | {
|
| | | btnTitle.TextID = R.MyInternationalizationString.NormalTip;
|
| | | }
|
| | | else if (msgType == ShowMsgType.Remind)
|
| | | {
|
| | | btnTitle.TextID = R.MyInternationalizationString.uRemind;
|
| | | }
|
| | |
|
| | | //消息
|
| | | var btnMsg = new NormalViewControl(frameBack.Width - Application.GetRealWidth(55 * 2), Application.GetRealHeight(180), false);
|