Example #1
0
 public override void ScanStarted()
 {
     if (manager.ScanStarted != null)
     {
         manager.ScanStarted();
     }
 }