| | |
| | | { |
| | | return; |
| | | }
|
| | | Application.RunOnMainThread(() => |
| | | HdlThreadLogic.Current.RunMain(() => |
| | | { |
| | | var alert = new ShowMsgControl(msgType, msg, buttonText); |
| | | if (action != null)
|
| | |
| | | return HdlControlLogic.Current.GetPictrueRealSize(i_size);
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | | /// 判断指定的界面是否打开
|
| | | /// </summary>
|
| | | /// <param name="formId"></param>
|
| | | /// <returns></returns>
|
| | | public bool IsFormOpen(string formId)
|
| | | {
|
| | | return UserCenterResourse.DicActionForm.ContainsKey(formId);
|
| | | }
|
| | |
|
| | | #endregion |
| | |
|
| | | #region ■ 检测错误___________________________
|
| | |
| | | /// 检测界面的错误
|
| | | /// </summary>
|
| | | /// <returns></returns>
|
| | | public bool CheckForm()
|
| | | public virtual bool CheckForm()
|
| | | {
|
| | | //检测控件
|
| | | return this.CheckControl(this);
|