Пример #1
0
 public SquareControl(Square sq)
 {
     this.sq = sq;
     InitializeComponent();
 }
Пример #2
0
 public Row()
 {
     squares = new Square[9];
 }
Пример #3
0
 public Section()
 {
     squares = new Square[9];
 }
Пример #4
0
 public Column()
 {
     squares = new Square[9];
 }