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/WpfApp45/MainWindow.xaml')
-rw-r--r--Rx/NET/Test/Rx/WpfApp45/MainWindow.xaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/Rx/NET/Test/Rx/WpfApp45/MainWindow.xaml b/Rx/NET/Test/Rx/WpfApp45/MainWindow.xaml
deleted file mode 100644
index f10eec5..0000000
--- a/Rx/NET/Test/Rx/WpfApp45/MainWindow.xaml
+++ /dev/null
@@ -1,10 +0,0 @@
-<Window x:Class="WpfApp45.MainWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="MainWindow" Height="350" Width="525">
- <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>
-</Window>