Created
December 6, 2014 21:12
-
-
Save scionwest/7f9e063b7acc41f67d81 to your computer and use it in GitHub Desktop.
FirstRunPage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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