mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-24 03:53:03 +00:00
86b692b34a
and for wii injects its nwo trying to get the manual
16 lines
807 B
XML
16 lines
807 B
XML
<Page x:Class="UWUVCI_AIO_WPF.UI.Frames.Teaser"
|
|
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:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:local="clr-namespace:UWUVCI_AIO_WPF.UI.Frames"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="600" d:DesignWidth="1135"
|
|
Title="Teaser" >
|
|
|
|
<Grid>
|
|
<TextBlock x:Name="tb" TextWrapping="Wrap" Text="Under Construction " FontSize="20" Height="29" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Width="1110" />
|
|
|
|
<Image Source="/UI/Images/rarch.png" Opacity="0.1" Margin="997,473,23,10"/>
|
|
</Grid>
|
|
</Page>
|