2020-08-10 13:38:42 +00:00
|
|
|
<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"
|
2020-08-10 22:39:30 +00:00
|
|
|
d:DesignHeight="600" d:DesignWidth="1135"
|
2020-08-10 13:38:42 +00:00
|
|
|
Title="Teaser" >
|
|
|
|
|
|
|
|
<Grid>
|
2020-10-17 12:54:24 +00:00
|
|
|
<TextBlock x:Name="tb" TextWrapping="Wrap" Text="Under Construction " FontSize="20" Height="28" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Width="179" PreviewMouseLeftButtonDown="tb_PreviewMouseLeftButtonDown" Margin="467,282,489,290" Cursor="Hand"/>
|
2020-08-10 13:38:42 +00:00
|
|
|
|
2020-08-10 22:39:30 +00:00
|
|
|
<Image Source="/UI/Images/rarch.png" Opacity="0.1" Margin="997,473,23,10"/>
|
2020-08-10 13:38:42 +00:00
|
|
|
</Grid>
|
|
|
|
</Page>
|