黄学彪
2020-03-11 06802250b4b9041d39d568c1dbe77684075006b2
ZigbeeApp/Shared/Phone/Login/AccountForgetPWD.cs
File was renamed from ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs
@@ -2,7 +2,7 @@
using Shared.Common;
using Shared.Phone.Device.CommonForm;
namespace Shared.Phone.Device.Account
namespace Shared.Phone.Login
{
    public class AccountForgetPWD : FrameLayout
    {
@@ -90,7 +90,7 @@
        /// </summary>
        private void AddTopFL()
        {
            var top = new CommonForm.TopFrameLayout();
            var top = new Device.CommonForm.TopFrameLayout();
            AddChidren(top);
            top.InitTopview();
            top.SetTopTitle(Language.StringByID(R.MyInternationalizationString.ForgotPWD));