示例#1
0
        // c'tor
        public Box(Board theBoard)
        {
            board = theBoard;

            Reset();
        }
示例#2
0
 static void Main(string[] args)
 {
     Board theBoard = new Board();
 }