Exemple #1
0
 public Tube GetTubeByCoordinate(int x, int y) => _tubes.FirstOrDefault(t => t.Row == y && t.Column == x);