I am using from codeplex Tombstone Helper (Tombstone Helper) and am having problems fast switching between apps.
我先包括“两条线代码”方法,并在主人中测试我的手。
我启动了gg死选择。 我的所有控制都有名称;即,在回头 but时,我仍然看到“恢复”装货信息。 我在我的评估中看到,我的遗体或stone石:
WasTombstoned = !e.IsApplicationInstancePreserved;
和我的Xaml观点网页一:
protected override void OnNavigatedTo(NavigationEventArgs e)
{
if(App.WasTombstoned == true)
this.RestoreState();
}
protected override void OnNavigatingFrom(System.Windows.Navigation.NavigatingCancelEventArgs e)
{
this.SaveState(e);
}
什么是错了?