mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
13 lines
205 B
C#
13 lines
205 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace SpotifyAPI.Example
|
|||
|
{
|
|||
|
public partial class ExampleForm : Form
|
|||
|
{
|
|||
|
public ExampleForm()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|