UI update, almost complete support of Taskbar, classes separation and organization

This commit is contained in:
2021-08-14 01:20:38 +02:00
parent 6b192fc978
commit 0ba7d20ad2
18 changed files with 790 additions and 221 deletions

9
Handlers/MPDHandler.cs Normal file
View File

@ -0,0 +1,9 @@
namespace unison
{
public class MPDHandler
{
public MPDHandler()
{
}
}
}