예제 #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];
 }