Exemple #1
0
 public void Torch(bool on)
 => scanner?.Torch(on);
Exemple #2
0
 public void Torch(bool on)
 {
     scanner.Torch(on);
 }