feat: add one more demo.

This commit is contained in:
rabbitism
2024-03-09 17:32:27 +08:00
parent 5c262c5021
commit bfaee9051f

View File

@@ -11,6 +11,7 @@
<StackPanel>
<u:VerificationCode Count="4" Name="v4" CompleteCommand="{Binding CompleteCommand}"/>
<u:VerificationCode Count="4" Mode="Digit"/>
<u:VerificationCode Count="4" Mode="Letter"/>
<u:VerificationCode Count="6" PasswordChar="•" Complete="VerificationCode_OnComplete" />
</StackPanel>
</UserControl>