downkyi/DownKyi/Views/ViewMySpace.xaml
2021-10-20 15:26:20 +08:00

11 lines
369 B
XML

<UserControl
x:Class="DownKyi.Views.ViewMySpace"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prism="http://prismlibrary.com/"
prism:ViewModelLocator.AutoWireViewModel="True">
<Grid>
<TextBlock>我的用户空间</TextBlock>
</Grid>
</UserControl>