Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/FriendOfArtist.cs
T

8 lines
137 B
C#

namespace MicrosoftZuneLibrary;
public class FriendOfArtist
{
public string ZuneTag { get; set; }
public int Id { get; set; }
}