First pass at songs view
Using data grid for songs view. Added FileSystemUtil for async folder traversal
This commit is contained in:
@ -10,6 +10,7 @@ namespace Aurora.Frontend.Views.Songs
|
||||
public SongsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
BindingContext = new SongsViewModel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user