Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Test/Rx/WindowsStoreApp8/MainPage.xaml')
-rw-r--r--Rx/NET/Test/Rx/WindowsStoreApp8/MainPage.xaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Rx/NET/Test/Rx/WindowsStoreApp8/MainPage.xaml b/Rx/NET/Test/Rx/WindowsStoreApp8/MainPage.xaml
deleted file mode 100644
index 3af0fe7..0000000
--- a/Rx/NET/Test/Rx/WindowsStoreApp8/MainPage.xaml
+++ /dev/null
@@ -1,15 +0,0 @@
-<Page
- x:Class="WindowsStoreApp8.MainPage"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:WindowsStoreApp8"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- mc:Ignorable="d">
-
- <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
- <Button x:Name="button1" Content="Run tests" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="148" Click="button1_Click" FontSize="24"/>
- <TextBox x:Name="textBox1" HorizontalAlignment="Left" Height="44" Margin="187,16,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="248"/>
- <TextBlock x:Name="label1" Text="(Results)" HorizontalAlignment="Left" Margin="10,85,0,0" VerticalAlignment="Top" FontSize="24"/>
- </Grid>
-</Page>