summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Test/MainPage.xaml.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-27 22:49:23 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-27 22:49:23 +0000
commit2c39a1ef8c13bd8d0321f79b0ce2850d0a590b45 (patch)
tree72ba36255d4aabe03c3d063f501248cc4680c79c /Noddybox.WindowsPhone.Test/MainPage.xaml.cs
parent1c036de8e527038f00b7ff07fc1ef4b80f23a846 (diff)
Done Save, Load and Delete dialogs.
Diffstat (limited to 'Noddybox.WindowsPhone.Test/MainPage.xaml.cs')
-rw-r--r--Noddybox.WindowsPhone.Test/MainPage.xaml.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Noddybox.WindowsPhone.Test/MainPage.xaml.cs b/Noddybox.WindowsPhone.Test/MainPage.xaml.cs
index 726cedc..7583388 100644
--- a/Noddybox.WindowsPhone.Test/MainPage.xaml.cs
+++ b/Noddybox.WindowsPhone.Test/MainPage.xaml.cs
@@ -20,5 +20,10 @@ namespace Noddybox.WindowsPhone.Test
{
InitializeComponent();
}
+
+ private void SaveDialog_OkPressed(object sender, Silverlight.FileDialogEvent e)
+ {
+ MessageBox.Show(e.Path);
+ }
}
} \ No newline at end of file