void Remove_Song_NowPlaying(int index)
 {
     try
     {
         List_NowPlaying.RemoveAt(index);
     }
     catch { }
 }
Пример #2
0
 void Remove_Song_NowPlaying(int index)
 {
     List_NowPlaying.RemoveAt(index);
 }