I am using radHubTile on my Tapped and I have an event which uses the following code:
private void hubNotes_Tapped(object sender, TappedRoutedEventArgs e)
{
this.Frame.Navigate(typeof(MagicListsPage));
}
I don't understand why it's not moving the sheet to the second page. I am using Windows Universal Phone 8.1