public SquareControl(Square sq) { this.sq = sq; InitializeComponent(); }
public Row() { squares = new Square[9]; }
public Section() { squares = new Square[9]; }
public Column() { squares = new Square[9]; }