Example #1
0
 public void DeleteStreamerSongByIndex(int index)
 {
     StreamerPlaylist.RemoveAt(index - 1);
 }