Beispiel #1
0
 public void RemoveFileFromPlaylist(IPlaylist <IFile> playlist, IFile file)
 {
     playlist.DeleteFile(file);
 }