예제 #1
0
 public bool CanAddCell(CellDirection cellDir)
 {
     return(analyzer.CanAddCell(cellDir));
 }