AppStore.Templates.ScorePage.ScorePage C# (CSharp) Method

ScorePage() public method

Public Construtor to the ScorePage. Populates the views pertaining to this page.
public ScorePage ( ) : AppStore.Common
return AppStore.Common
        public ScorePage()
        {
            this.InitializeComponent();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }