From 0526498057c198ac8d54836a3ac8fea20157b35b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Jun 2012 21:51:21 +0000 Subject: Added initial projects and solution --- Noddybox.WindowsPhone.Test/MainPage.xaml.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Noddybox.WindowsPhone.Test/MainPage.xaml.cs (limited to 'Noddybox.WindowsPhone.Test/MainPage.xaml.cs') diff --git a/Noddybox.WindowsPhone.Test/MainPage.xaml.cs b/Noddybox.WindowsPhone.Test/MainPage.xaml.cs new file mode 100644 index 0000000..726cedc --- /dev/null +++ b/Noddybox.WindowsPhone.Test/MainPage.xaml.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Shapes; +using Microsoft.Phone.Controls; + +namespace Noddybox.WindowsPhone.Test +{ + public partial class MainPage : PhoneApplicationPage + { + // Constructor + public MainPage() + { + InitializeComponent(); + } + } +} \ No newline at end of file -- cgit v1.2.3