Exemplo n.º 1
0
 public void RestartScreenCapture()
 {
     if (Hooker != null && CaptureScreenShots)
     {
         Hooker.EnableRecorder();
     }
 }