public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Pages/LoginScreen.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            Title = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("Title");
            ProgressRingUserControl = (global::DWSS.UserControls.ProgressRing) this.FindName("ProgressRingUserControl");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///MasterPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            ProgressRingUserControl = (global::DWSS.UserControls.ProgressRing) this.FindName("ProgressRingUserControl");
            UsernameTextBlock       = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("UsernameTextBlock");
            NotificationGrid        = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("NotificationGrid");
            NotificationText        = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("NotificationText");
            pageViewer = (global::Windows.UI.Xaml.Controls.Frame) this.FindName("pageViewer");
        }