mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
8 lines
137 B
C#
8 lines
137 B
C#
namespace MicrosoftZuneLibrary;
|
|
|
|
public class FriendOfArtist
|
|
{
|
|
public string ZuneTag { get; set; }
|
|
|
|
public int Id { get; set; }
|
|
} |