FieldWorkClient/Views/TrashPage.xaml

14 lines
601 B
XML

<Page x:Class="FileUploader.Views.TrashPage"
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="TrashPage" Height="Auto" Width="Auto">
<Grid>
<!-- 回收站页面内容 -->
<TextBlock Text="回收站管理"
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="20"/>
</Grid>
</Page>