Ejemplo n.º 1
0
 public Song(CloudSong cloud)
     : this()
 {
     Name        = cloud.Name;
     ArtistName  = cloud.ArtistName;
     ProviderId  = cloud.ProviderId;
     TrackNumber = cloud.TrackNumber;
     Duration    = cloud.Duration;
     HeartState  = cloud.HeartState;
     PlayCount   = cloud.PlayCount;
     LastPlayed  = cloud.LastPlayed;
     CloudId     = cloud.Id;
 }
Ejemplo n.º 2
0
 public Song(CloudSong cloud)
     : this()
 {
     Name = cloud.Name;
     ArtistName = cloud.ArtistName;
     ProviderId = cloud.ProviderId;
     TrackNumber = cloud.TrackNumber;
     Duration = cloud.Duration;
     HeartState = cloud.HeartState;
     PlayCount = cloud.PlayCount;
     LastPlayed = cloud.LastPlayed;
     CloudId = cloud.Id;
 }