Spotify.NET/SpotifyAPI/MusicHandler.cs
2014-01-07 16:26:03 +01:00

23 lines
285 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpotifyAPIv1
{
class MusicHandler
{
public MusicHandler()
{
}
public void Update()
{
}
}
}