Skip to content

Commit

Permalink
Break on CreateRootFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrynixon committed Sep 22, 2016
1 parent 6d94df9 commit 21571be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template10 (Library)/Common/BootStrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ private void ShowSplashScreen(IActivatedEventArgs e)
}
}

[Obsolete("Use RootElementFactory.")]
[Obsolete("Use RootElementFactory.", true)]
protected virtual Frame CreateRootFrame(IActivatedEventArgs e)
{
DebugWrite($"{nameof(IActivatedEventArgs)}:{e}");
Expand Down

0 comments on commit 21571be

Please sign in to comment.