Exemplo n.º 1
0
 public void ExportTrackList(BackgroundWorker backgroundWorker, string outputFilePath)
 {
     if (_trackCollection.Count >= 1)
     {
         _trackCollection.ExportToMp3(backgroundWorker, outputFilePath);
     }
 }