Exemplo n.º 1
0
 public static void SetPlaylist(PlaylistConfig source, Playlist value)
 {
     source.SetValue(PlaylistProperty, value);
 }
Exemplo n.º 2
0
 public static Playlist GetPlaylist(PlaylistConfig source)
 {
     return((Playlist)source.GetValue(PlaylistProperty));
 }