First pass at songs view

Using data grid for songs view. Added FileSystemUtil for async folder traversal
This commit is contained in:
watsonb8
2019-05-19 17:25:42 -04:00
parent ae6bd68707
commit 1fcaffb9b1
10 changed files with 272 additions and 3 deletions

View File

@ -10,6 +10,7 @@ namespace Aurora.Frontend.Views.Songs
public SongsView()
{
InitializeComponent();
BindingContext = new SongsViewModel();
}
}
}