mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-24 00:00:12 +08:00
11 lines
383 B
XML
11 lines
383 B
XML
<UserControl
|
|
x:Class="DownKyi.Views.ViewPublicFavorites"
|
|
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>
|