HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/CommonForm/CommonFormBase.cs
@@ -235,7 +235,7 @@
            {
                return;
            }
            Application.RunOnMainThread(() =>
            HdlThreadLogic.Current.RunMain(() =>
            {
                var alert = new ShowMsgControl(msgType, msg, buttonText);
                if (action != null)
@@ -306,7 +306,7 @@
        /// 检测界面的错误
        /// </summary>
        /// <returns></returns>
        public bool CheckForm()
        public virtual bool CheckForm()
        {
            //检测控件
            return this.CheckControl(this);