13 lines
592 B
XML
13 lines
592 B
XML
<Page x:Class="FileUploader.Views.HomePage"
|
|
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:controls="http://schemas.wpfui.net/winfx/xaml/controls"
|
|
Title="HomePage"
|
|
Background="White">
|
|
<Grid>
|
|
<TextBlock HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
Text="欢迎使用云端存储管理系统" FontSize="24"
|
|
Foreground="#333"/>
|
|
</Grid>
|
|
</Page> |