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/SilverlightApp5_NoPlatformServices/MainPage.xaml')
-rw-r--r--Rx/NET/Test/Rx/SilverlightApp5_NoPlatformServices/MainPage.xaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Rx/NET/Test/Rx/SilverlightApp5_NoPlatformServices/MainPage.xaml b/Rx/NET/Test/Rx/SilverlightApp5_NoPlatformServices/MainPage.xaml
new file mode 100644
index 0000000..8605c6a
--- /dev/null
+++ b/Rx/NET/Test/Rx/SilverlightApp5_NoPlatformServices/MainPage.xaml
@@ -0,0 +1,14 @@
+<UserControl x:Class="SilverlightApp5_NoPlatformServices.MainPage"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ mc:Ignorable="d"
+ d:DesignHeight="300" d:DesignWidth="400">
+
+ <Grid x:Name="LayoutRoot" Background="White">
+ <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>
+</UserControl>