|
@@ -19,6 +19,7 @@ using Windows.UI.Xaml.Input;
|
|
|
using Windows.UI.Xaml.Media;
|
|
using Windows.UI.Xaml.Media;
|
|
|
using Windows.UI.Xaml.Navigation;
|
|
using Windows.UI.Xaml.Navigation;
|
|
|
using Windows.Globalization;
|
|
using Windows.Globalization;
|
|
|
|
|
+using Breda_Tour.SplashScreen;
|
|
|
|
|
|
|
|
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
|
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
|
|
|
|
|
|
@@ -50,5 +51,9 @@ namespace Breda_Tours.SettingsScreen
|
|
|
Frame.Navigate(typeof(MainPage));
|
|
Frame.Navigate(typeof(MainPage));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ private void listViewItemReset_Tapped(object sender, TappedRoutedEventArgs e)
|
|
|
|
|
+ {
|
|
|
|
|
+ Frame.Navigate(typeof(SplashPage));
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|