WJC
2019-10-24 1f4cec0e3b571e7541f0c7f3a5ea302ed586d9fb
ZigbeeApp/Shared/Phone/UserCenter/Password/EditorSecondaryPasswordForm.cs
@@ -81,6 +81,7 @@
            //初始化验证码控件
            var btnCodeControl = new VerificationCodeControl(4);
            btnCodeControl.SecureTextEntry = true;
            btnCodeControl.Y = Application.GetRealHeight(464);
            bodyFrameLayout.AddChidren(btnCodeControl);
            btnCodeControl.InitControl();;