Exemplo n.º 1
0
 private void StopDebugging()
 {
     if (_wrapper != null)
     {
         _api.Terminate();
     }
 }