为什么在本页的OnNavigatedTo事件中调用Navigate方法不起作用?
这种行为对你来说可以重现吗?
任何想法如何避免这个问题?
void LockScreenPage::OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e)
{
//if user has no PIN protection
this->Frame->Navigate(Windows::UI::Xaml::Interop::TypeName(AnotherPage::typeid));
//else verify PIN
}