예제 #1
0
 public bool HexagonPatternExists(HexagonPattern pattern)
 {
     return(_hexagon.PatternExists(pattern));
 }