mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 15:36:26 +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();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|