AppStore.MyAppsPage.MyAppsPage C# (CSharp) 메소드

MyAppsPage() 공개 메소드

Public Constructor of MyApps
public MyAppsPage ( ) : AppStore.Common
리턴 AppStore.Common
        public MyAppsPage()
        {
            this.InitializeComponent();
            AppCommon.RegisterForShare();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }