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

InfoDetailPage() public method

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

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