|
|
@@ -18,6 +18,7 @@ namespace MusicPlayer
|
|
|
Application.SetCompatibleTextRenderingDefault(false);
|
|
|
|
|
|
NetworkHandler nw = new NetworkHandler("http://jancokock.me");
|
|
|
+ //NetworkHandler nw = new NetworkHandler("http://imegumii.nl");
|
|
|
APIHandler api = new APIHandler(nw);
|
|
|
MainForm form = new MainForm();
|
|
|
PlaylistHandler pl = new PlaylistHandler(api);
|