summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Test
diff options
context:
space:
mode:
Diffstat (limited to 'Noddybox.WindowsPhone.Test')
-rw-r--r--Noddybox.WindowsPhone.Test/MainPage.xaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Noddybox.WindowsPhone.Test/MainPage.xaml b/Noddybox.WindowsPhone.Test/MainPage.xaml
index f890314..8e80897 100644
--- a/Noddybox.WindowsPhone.Test/MainPage.xaml
+++ b/Noddybox.WindowsPhone.Test/MainPage.xaml
@@ -6,6 +6,7 @@
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ xmlns:noddybox="clr-namespace:Noddybox.WindowsPhone.Silverlight;assembly=Noddybox.WindowsPhone.Silverlight"
mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="768"
FontFamily="{StaticResource PhoneFontFamilyNormal}"
FontSize="{StaticResource PhoneFontSizeNormal}"
@@ -27,7 +28,9 @@
</StackPanel>
<!--ContentPanel - place additional content here-->
- <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"></Grid>
+ <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
+ <noddybox:SaveDialog />
+ </Grid>
</Grid>
<!--Sample code showing usage of ApplicationBar-->