Example #1
0
        public ScoreBoard(Point location, ScoreTable table) : base(location, new Size(23, 12))
        {
            Table = table;

            Text(new Point(7, 0), "HIGH SCORES");
        }