summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Test
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-27 17:22:49 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-27 17:22:49 +0000
commit1c036de8e527038f00b7ff07fc1ef4b80f23a846 (patch)
tree386aaa9c1d07f708c53bf05874f848a6a2e194c6 /Noddybox.WindowsPhone.Test
parentaba818f3b66751842f457169ff1cfa58fc43dd84 (diff)
Started trying to add dependency objects. Don't work yet.
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-->