public ImageGridCell(int x, int y)
 {
     this.x = x;
     this.y = y;
     this.type = ImageGridCellType.None;
 }
Esempio n. 2
0
 public ImageGridCell(int x, int y)
 {
     this.x    = x;
     this.y    = y;
     this.type = ImageGridCellType.None;
 }