summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Test/MainPage.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Noddybox.WindowsPhone.Test/MainPage.xaml')
-rw-r--r--Noddybox.WindowsPhone.Test/MainPage.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Noddybox.WindowsPhone.Test/MainPage.xaml b/Noddybox.WindowsPhone.Test/MainPage.xaml
index 8e80897..5d0d3fe 100644
--- a/Noddybox.WindowsPhone.Test/MainPage.xaml
+++ b/Noddybox.WindowsPhone.Test/MainPage.xaml
@@ -29,7 +29,8 @@
<!--ContentPanel - place additional content here-->
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
- <noddybox:SaveDialog />
+ <!--<noddybox:LoadDialog TitleText="Select File to Load" OkPressed="SaveDialog_OkPressed"/>-->
+ <noddybox:DeleteDialog TitleText="Select Files to Delete" />
</Grid>
</Grid>