mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-27 00:16:26 +00:00
3544c34176
Changed use of nullable return types to throw exceptions instead of returning null
12 lines
204 B
C#
12 lines
204 B
C#
using System.Windows.Forms;
|
|
|
|
namespace SpotifyAPI.Example
|
|
{
|
|
public partial class ExampleForm : Form
|
|
{
|
|
public ExampleForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |