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

QuizPage() public method

Public Construtor to the QuizPage. Populates the views pertaining to this page.
public QuizPage ( ) : AppStore.Common
return AppStore.Common
        public QuizPage()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }