예제 #1
0
        public ScoreboardPage()
        {
            this.InitializeComponent();
            this.InitializeComponent();

            PlayerDB dba = new PlayerDB();

            // Initialize the list item source to load the student information
            playersList.ItemsSource = dba.GetPlayers((App.Current as App).connectionString);
        }