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

SpellingsPage() public method

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

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