C# Class Torshify.Client.Spotify.Services.Track

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject, Torshify.Client.Infrastructure.Interfaces.ITrack
显示文件 Open project: torshy/torshify-client Class Usage Examples

Public Methods

Method Description
Refresh ( ) : void
Track ( ITrack track, Dispatcher dispatcher ) : System

Private Methods

Method Description
GetArtists ( ) : IEnumerable

Method Details

Refresh() public method

public Refresh ( ) : void
return void

Track() public method

public Track ( ITrack track, Dispatcher dispatcher ) : System
track ITrack
dispatcher System.Windows.Threading.Dispatcher
return System