Exemplo n.º 1
0
 /// <summary>
 /// Provides a deterministic way to delete the MarsRovers instance.
 /// </summary>
 public static void ClearMarsRovers()
 {
     marsRovers.Cleanup();
     marsRovers = null;
 }