This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Frontend/Views/Songs/SongsViewModel.cs
2019-05-18 17:25:36 -04:00

11 lines
155 B
C#

using System;
namespace Aurora.Frontend.Views.Songs
{
public class SongsViewModel
{
public SongsViewModel()
{
}
}
}