diff options
Diffstat (limited to 'WPZX81/WPZX81/MainPage.xaml.cs')
-rw-r--r-- | WPZX81/WPZX81/MainPage.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WPZX81/WPZX81/MainPage.xaml.cs b/WPZX81/WPZX81/MainPage.xaml.cs index 0ef376a..0d7dba6 100644 --- a/WPZX81/WPZX81/MainPage.xaml.cs +++ b/WPZX81/WPZX81/MainPage.xaml.cs @@ -43,7 +43,7 @@ namespace WPZX81 private void SettingsClick(object sender, RoutedEventArgs e)
{
-
+ NavigationService.Navigate(new Uri("/SettingsPage.xaml", UriKind.Relative));
}
private void AboutClick(object sender, RoutedEventArgs e)
|