public void Torch(bool on)
 {
     if (scannerView != null)
     {
         scannerView.Torch(on);
     }
 }
Esempio n. 2
0
 public void Torch(bool on)
 => scannerView?.Torch(on);