Ejemplo n.º 1
0
 public static void CancelScan()
 {
     if (_instance._scanType != ScanType.None)
     {
         _instance.StopScan();
     }
 }