mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-22 23:30:11 +08:00
11 lines
369 B
XML
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>
|