| | |
| | | /// </summary> |
| | | public static int Company = 0; |
| | | |
| | | /// <summary> |
| | | /// 是否全面屏手机 |
| | | /// </summary> |
| | | public static bool Increase |
| | | { |
| | | get |
| | |
| | | { |
| | | new System.Threading.Thread(() => |
| | | { |
| | | new DAL.Server.HttpServerRequest().GetUserInfo(); |
| | | var pm =new DAL.Server.HttpServerRequest(); |
| | | pm.GetUserInfo();//刷新个人信息 |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | new System.Threading.Thread(() => |
| | | { |
| | | var pm = new DAL.Server.HttpServerRequest(); |
| | | pm.GetHomePager();//刷新住宅信息 |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | GoUserPage(); |
| | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MainPage.Log("root erorr : " + ex.Message); |
| | | Log("root erorr : " + ex.Message); |
| | | } |
| | | } |
| | | |