Create the page
Inheritance: Windows.UI.Xaml.Controls.Page
Example #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public SelectGateway()
        {
            this.InitializeComponent();
            Current = this;

            this.NavigationCacheMode         = NavigationCacheMode.Required;
            this.navigationHelper            = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }
Example #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        public SelectGateway()
        {
            this.InitializeComponent();
            Current = this;

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