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