Exemplo n.º 1
0
 public SubSongsPage()
 {
     this.InitializeComponent();
     sounds   = new ObservableCollection <Sound>();
     playlist = new PlayList();
 }
Exemplo n.º 2
0
 public static void AddPlayList(PlayList newPlayList)
 {
     allPlayLists.Add(newPlayList);
 }