Exemple #1
0
 /// <summary>
 /// This thread is responsible for deleting all the slides remaining from an old version of the application
 /// since we no longer use slides or support the Slideshow module going forward.
 /// </summary>
 /// <param name="e"></param>
 private void RunDeleteSlides(DoWorkEventArgs e)
 {
     _fileSystem.DeleteDirectory(_fileSystem.SlidesFolder);
 }