feat: add label as tag to demo project.

This commit is contained in:
rabbitism
2022-12-11 00:37:38 +08:00
parent f03c0749fd
commit 9e2f8cd45a
4 changed files with 101 additions and 2 deletions

View File

@@ -17,5 +17,8 @@
<TabItem Header="RadioButton">
<pages:RadioButtonDemo />
</TabItem>
<TabItem Header="Label">
<pages:LabelDemo />
</TabItem>
</TabControl>
</Window>