コード例 #1
0
 public Coordinate(int row, int column)
 {
     this.Row    = row;
     this.Column = column;
     this.State  = EnumCoordinate.w;
 }
コード例 #2
0
 public Coordinate()
 {
     this.State = EnumCoordinate.w;
 }