create the page
Inheritance: Windows.UI.Xaml.Controls.Page
コード例 #1
0
ファイル: SelectDomain.xaml.cs プロジェクト: MSRCCS/AppSuite
        /// <summary>
        /// Constructor
        /// </summary>
        public SelectDomain()
        {
            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;
        }
コード例 #2
0
ファイル: SelectDomain.xaml.cs プロジェクト: MSRCCS/AppSuite
        /// <summary>
        /// Constructor
        /// </summary>
        public SelectDomain()
        {
            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;
        }