コード例 #1
0
 public ImageGridCell(int x, int y)
 {
     this.x = x;
     this.y = y;
     this.type = ImageGridCellType.None;
 }
コード例 #2
0
 public ImageGridCell(int x, int y)
 {
     this.x    = x;
     this.y    = y;
     this.type = ImageGridCellType.None;
 }