AppStore.CategoryPage.CategoryPage C# (CSharp) Method

CategoryPage() public method

Public Constructor of the CategoryPage
public CategoryPage ( ) : AppStore.Common
return AppStore.Common
        public CategoryPage()
        {
            this.InitializeComponent();
            AppCommon.RegisterForShare();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }