Easier switching when testing
This commit is contained in:
@@ -18,6 +18,7 @@ namespace MusicPlayer
|
|||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
|
||||||
NetworkHandler nw = new NetworkHandler("http://jancokock.me");
|
NetworkHandler nw = new NetworkHandler("http://jancokock.me");
|
||||||
|
//NetworkHandler nw = new NetworkHandler("http://imegumii.nl");
|
||||||
APIHandler api = new APIHandler(nw);
|
APIHandler api = new APIHandler(nw);
|
||||||
MainForm form = new MainForm();
|
MainForm form = new MainForm();
|
||||||
PlaylistHandler pl = new PlaylistHandler(api);
|
PlaylistHandler pl = new PlaylistHandler(api);
|
||||||
|
|||||||
Reference in New Issue
Block a user