Merge pull request #26354 from ksooo/pvr-fix-listitem-titleextrainfo
[xbmc.git] / lib / libUPnP / Neptune / Build / Targets / x86-microsoft-winrt-vs2011 / TestShell / MainPage.xaml
blob5f712b917d2b5bc83ddab8b5efeb82a659c9b610
1 <Page
2     x:Class="TestShell.MainPage"
3     IsTabStop="false"
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"
9     mc:Ignorable="d">
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"/>
15     </Grid>
16 </Page>