Inheritance: Windows.UI.Xaml.Controls.Page, IFileOpenPickerContinuable
Beispiel #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public OptionsProxy()
        {
            this.InitializeComponent();
            Current = this;

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

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