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