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.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/WPZX81/WPZX81/MainPage.xaml.cs b/WPZX81/WPZX81/MainPage.xaml.cs
index 0d7dba6..940f05c 100644
--- a/WPZX81/WPZX81/MainPage.xaml.cs
+++ b/WPZX81/WPZX81/MainPage.xaml.cs
@@ -26,9 +26,9 @@ namespace WPZX81
NavigationService.Navigate(new Uri("/GamePage.xaml", UriKind.Relative));
}
- private void OpenRemotePFileClick(object sender, RoutedEventArgs e)
+ private void OpenDisassemblerClick(object sender, RoutedEventArgs e)
{
-
+ NavigationService.Navigate(new Uri("/DisassemblerPage.xaml", UriKind.Relative));
}
private void OpenGameStateClick(object sender, RoutedEventArgs e)