From cf14311eb457e57005760c1e7545fd90f2fbaa4f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 18 Feb 2012 17:40:15 +0000 Subject: Removed old version of about page --- wpspec/wpspec/About.xaml | 52 --------------------------------------------- wpspec/wpspec/About.xaml.cs | 23 -------------------- 2 files changed, 75 deletions(-) delete mode 100644 wpspec/wpspec/About.xaml delete mode 100644 wpspec/wpspec/About.xaml.cs diff --git a/wpspec/wpspec/About.xaml b/wpspec/wpspec/About.xaml deleted file mode 100644 index 5c21f1b..0000000 --- a/wpspec/wpspec/About.xaml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/wpspec/wpspec/About.xaml.cs b/wpspec/wpspec/About.xaml.cs deleted file mode 100644 index bfba516..0000000 --- a/wpspec/wpspec/About.xaml.cs +++ /dev/null @@ -1,23 +0,0 @@ -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 wpspec -{ - public partial class About : PhoneApplicationPage - { - public About() - { - InitializeComponent(); - } - } -} \ No newline at end of file -- cgit v1.2.3