// c'tor public Box(Board theBoard) { board = theBoard; Reset(); }
static void Main(string[] args) { Board theBoard = new Board(); }