Migrate encodings from Eto.Forms to Avalonia.

This commit is contained in:
2020-04-10 02:50:38 +01:00
parent 6dd6e84e67
commit f66960f077
10 changed files with 517 additions and 529 deletions

View File

@@ -0,0 +1,8 @@
namespace Aaru.Gui.Models
{
public class EncodingModel
{
public string Name { get; set; }
public string DisplayName { get; set; }
}
}