14 lines
607 B
XML
14 lines
607 B
XML
<Page x:Class="FileUploader.Views.SharePage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:FileUploader.Views"
|
|
Title="SharePage" Height="Auto" Width="Auto">
|
|
<Grid>
|
|
<!-- 文件分享页面内容 -->
|
|
<TextBlock Text="文件分享管理"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
FontSize="20"/>
|
|
</Grid>
|
|
</Page> |