summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml')
-rw-r--r--external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml b/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml
deleted file mode 100644
index 4fc074403b..0000000000
--- a/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Page1.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-<Page x:Class="WpfXbapApp45.Page1"
- 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"
- mc:Ignorable="d"
- d:DesignHeight="300" d:DesignWidth="300"
- Title="Page1">
- <Grid>
- <Button x:Name="button1" Content="Run tests" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="75" Click="button1_Click"/>
- <TextBox x:Name="textBox1" HorizontalAlignment="Left" Height="23" Margin="99,10,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="120"/>
- <TextBlock x:Name="label1" Text="(Results)" HorizontalAlignment="Left" Margin="10,45,0,0" VerticalAlignment="Top"/>
- </Grid>
-</Page>