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