Migrate SCSI info from Eto.Forms to Avalonia.

This commit is contained in:
2020-04-12 04:14:48 +01:00
parent 8250e17e19
commit ec8ef12dae
11 changed files with 356 additions and 393 deletions

View File

@@ -0,0 +1,9 @@
namespace Aaru.Gui.Models
{
public class ScsiPageModel
{
public byte[] Data;
public string Page { get; set; }
public string Description { get; set; }
}
}