mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Migrate image info from Eto.Forms to Avalonia.
This commit is contained in:
19
Aaru.Gui/Models/DumpHardwareModel.cs
Normal file
19
Aaru.Gui/Models/DumpHardwareModel.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
public class DumpHardwareModel
|
||||
{
|
||||
public string Manufacturer { get; set; }
|
||||
|
||||
public string Model { get; set; }
|
||||
|
||||
public string Revision { get; set; }
|
||||
|
||||
public string Serial { get; set; }
|
||||
|
||||
public string SoftwareName { get; set; }
|
||||
public string SoftwareVersion { get; set; }
|
||||
public string OperatingSystem { get; set; }
|
||||
public ulong Start { get; set; }
|
||||
public ulong End { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user