Migrate compactdisc info from Eto.Forms to Avalonia.

This commit is contained in:
2020-04-12 14:19:12 +01:00
parent 915491f329
commit 65f8200d41
10 changed files with 410 additions and 342 deletions

View File

@@ -0,0 +1,8 @@
namespace Aaru.Gui.Models
{
public class IsrcModel
{
public string Track { get; set; }
public string Isrc { get; set; }
}
}