App42Sample.leaderboard.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/App42Sample;component/leaderboard.xaml", System.UriKind.Relative));
            this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
            this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
            this.grdContentHighScores = ((System.Windows.Controls.Grid)(this.FindName("grdContentHighScores")));
            this.grdContentHeadersHighScore = ((System.Windows.Controls.Grid)(this.FindName("grdContentHeadersHighScore")));
            this.tblRankHighscores = ((System.Windows.Controls.Border)(this.FindName("tblRankHighscores")));
            this.tblNameHighscores = ((System.Windows.Controls.Border)(this.FindName("tblNameHighscores")));
            this.tblScoreHighscores = ((System.Windows.Controls.Border)(this.FindName("tblScoreHighscores")));
            this.lbxGlobalScore = ((System.Windows.Controls.ListBox)(this.FindName("lbxGlobalScore")));
        }
    }