Skip to content

Instantly share code, notes, and snippets.

@scionwest
Created December 6, 2014 21:12
Show Gist options
  • Save scionwest/7f9e063b7acc41f67d81 to your computer and use it in GitHub Desktop.
Save scionwest/7f9e063b7acc41f67d81 to your computer and use it in GitHub Desktop.
FirstRunPage
public override bool CanGoBack()
{
return this.ViewModel.IsNewUser ? false : base.CanGoBack();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment