summaryrefslogtreecommitdiff
path: root/WPZX81/WPZX81/MainPage.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WPZX81/WPZX81/MainPage.xaml.cs')
-rw-r--r--WPZX81/WPZX81/MainPage.xaml.cs23
1 files changed, 20 insertions, 3 deletions
diff --git a/WPZX81/WPZX81/MainPage.xaml.cs b/WPZX81/WPZX81/MainPage.xaml.cs
index 940f05c..a7cdc23 100644
--- a/WPZX81/WPZX81/MainPage.xaml.cs
+++ b/WPZX81/WPZX81/MainPage.xaml.cs
@@ -1,4 +1,21 @@
-using System;
+// This file is part of the WPZX81 Windows Phone ZX81 emulator.
+//
+// Noddybox.Emulation is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Noddybox.Emulation is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Noddybox.Emulation. If not, see <http://www.gnu.org/licenses/>.
+//
+// Copyright (c) 2012 Ian Cowburn
+//
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
@@ -26,9 +43,9 @@ namespace WPZX81
NavigationService.Navigate(new Uri("/GamePage.xaml", UriKind.Relative));
}
- private void OpenDisassemblerClick(object sender, RoutedEventArgs e)
+ private void ViewKeyboardClick(object sender, RoutedEventArgs e)
{
- NavigationService.Navigate(new Uri("/DisassemblerPage.xaml", UriKind.Relative));
+ NavigationService.Navigate(new Uri("/ViewKeyboardPage.xaml", UriKind.Relative));
}
private void OpenGameStateClick(object sender, RoutedEventArgs e)