JLChen
2020-12-09 e87985ec1dcb69beedaf9f95e8e7aba14b7c08d6
HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs
New file
@@ -0,0 +1,23 @@
using System;
using Shared;
namespace HDL_ON.UI.UI1Login
{
    public class ResetPassword_VerificationCode : FrameLayout
    {
        /// <summary>
        /// 当前界面
        /// </summary>
        FrameLayout bodyView;
        public ResetPassword_VerificationCode()
        {
            bodyView = this;
        }
        public void Show()
        {
            new TopViewDiv(bodyView, "").LoadTopView();
            //new PublicAssmebly().LoadTopView(bodyView, "");
        }
    }
}