10 lines
432 B
Plaintext
10 lines
432 B
Plaintext
|
|
<Page x:Class="FileUploader.Views.FilesPage"
|
||
|
|
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="FilesPage" Height="Auto" Width="Auto">
|
||
|
|
<Grid>
|
||
|
|
<!-- 文件管理页面内容 -->
|
||
|
|
</Grid>
|
||
|
|
</Page>
|