Ejemplo n.º 1
0
 public bool CanAddCell(CellDirection cellDir)
 {
     return(analyzer.CanAddCell(cellDir));
 }