黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/Common/Logic/HdlThreadLogic.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 线程逻辑(创建这个东西,是为了Log出力)
@@ -41,7 +41,7 @@
            new System.Threading.Thread(() =>
            {
                //记录起当前界面,虽然似乎没啥用
                string nowFormId = UserCenterResourse.NowActionFormID;
                string nowFormId = HdlFormLogic.Current.NowActionFormID;
                try
                {
                    action.Invoke();
@@ -78,7 +78,7 @@
                Application.RunOnMainThread(() =>
                {
                    //记录起当前界面,虽然似乎没啥用
                    string nowFormId = UserCenterResourse.NowActionFormID;
                    string nowFormId = HdlFormLogic.Current.NowActionFormID;
                    try
                    {
                        action.Invoke();
@@ -112,7 +112,7 @@
            Application.RunOnMainThread(() =>
            {
                //记录起当前界面,虽然似乎没啥用
                string nowFormId = UserCenterResourse.NowActionFormID;
                string nowFormId = HdlFormLogic.Current.NowActionFormID;
                try
                {
                    action.Invoke();