Esempio n. 1
0
 private void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (currentRunner != null)
         {
             currentRunner.Dispose();
         }
     }
     currentRunner = null;
 }