clear loading page

base for other people to put stuff into
This commit is contained in:
Jack Baron 2020-02-03 03:12:31 +00:00
parent 613c5c4e40
commit 7c88cba45f
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064

View file

@ -1,4 +1,4 @@
<Page x:Class="ModAssistant.Pages.Loading"
<Page x:Class="ModAssistant.Pages.Loading"
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"
@ -8,7 +8,5 @@
d:DesignHeight="450" d:DesignWidth="800"
Title="Loading">
<Grid>
<TextBlock Text="Loading" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="24" />
</Grid>
<Grid />
</Page>