From 2c39a1ef8c13bd8d0321f79b0ce2850d0a590b45 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Jun 2012 22:49:23 +0000 Subject: Done Save, Load and Delete dialogs. --- Noddybox.WindowsPhone.Test/MainPage.xaml.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Noddybox.WindowsPhone.Test/MainPage.xaml.cs') 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 -- cgit v1.2.3