AppStore.Templates.StartPage.StartPage C# (CSharp) 메소드

StartPage() 공개 메소드

Public Construtor to the StartPage. Populates the views pertaining to this page.
public StartPage ( ) : AppStore.Common
리턴 AppStore.Common
        public StartPage()
        {
            this.InitializeComponent();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }