summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Test/MainPage.xaml.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-24 21:51:21 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-24 21:51:21 +0000
commit0526498057c198ac8d54836a3ac8fea20157b35b (patch)
tree4b15228e8336872c64eafbdc676e47366705b699 /Noddybox.WindowsPhone.Test/MainPage.xaml.cs
parent8aa49fe75f38b722779a79f2b190bc64bac44ce5 (diff)
Added initial projects and solution
Diffstat (limited to 'Noddybox.WindowsPhone.Test/MainPage.xaml.cs')
-rw-r--r--Noddybox.WindowsPhone.Test/MainPage.xaml.cs24
1 files changed, 24 insertions, 0 deletions
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