Exemplo n.º 1
0
 //Lägger till alla podcasts till listan som ska användas för timern
 private void AddPodcastToTimerList()
 {
     foreach (var item in podcastController.GetAllPodcasts())
     {
         podcastTimerList.Add(item);
     }
 }