黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
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();