Esempio n. 1
0
 public override void Refresh()
 {
     base.Refresh();
     RefreshPlaylistView();
     MainWindow.SavePlaylists();
 }
Esempio n. 2
0
        //in this function you can technically call it for all tracks in playlist. Player hangs itself after that call. I need to add the limit.

        private static void ConvertToMp3_Static()
        {
            MainWindow.ConvertToMp3();
        }