| | |
| | | using System; |
| | | using Shared; |
| | | using HDL_ON.UI.CSS; |
| | | using HDL_ON.DAL.Server; |
| | | |
| | | namespace HDL_ON.UI |
| | | { |
| | |
| | | { |
| | | var waitPage = new Loading(); |
| | | waitPage.Start("Please wait..."); |
| | | var resetResult = new DAL.Server.HttpServerRequest().ResetPassword(MainPage.LoginUser.accountString, password, repeatPassword, 86); |
| | | if (resetResult.StateCode.ToUpper() == "SUCCESS") |
| | | var resetResult = new HttpServerRequest().ResetPassword(MainPage.LoginUser.accountString, password, repeatPassword, 86); |
| | | if (resetResult.StateCode.ToUpper() == HttpUtil.SUCCESS_CODE) |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |