2 x:Class="TestShell.MainPage"
4 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6 xmlns:local="using:TestShell"
7 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
11 <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
12 <Button x:Name="GoButton" Content="GO!" HorizontalAlignment="Left" Margin="36,30,0,0" VerticalAlignment="Top" Width="125" Click="GoButton_Click"/>
13 <TextBlock x:Name="OutputText" HorizontalAlignment="Left" Height="667" Margin="36,73,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="1296"/>