mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
namespace MercuryConverter;
|
||||
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Collections.Specialized;
|
||||
|
||||
public static class Database
|
||||
{
|
||||
public static readonly ObservableCollection<Data.Song> Songs = new();
|
||||
}
|
||||
Reference in New Issue
Block a user