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

WordInfoPage() public method

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

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