Esempio n. 1
0
 public char CellAt(int row, int col)
 {
     return(Representation.CellAt(row, col));
 }