mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -679,9 +679,14 @@ namespace Aaru.Gui.ViewModels.Panels
|
||||
foreach(ExtentType extent in dump.Extents)
|
||||
DumpHardwareList.Add(new DumpHardwareModel
|
||||
{
|
||||
Manufacturer = dump.Manufacturer, Model = dump.Model, Serial = dump.Serial,
|
||||
SoftwareName = dump.Software.Name, SoftwareVersion = dump.Software.Version,
|
||||
OperatingSystem = dump.Software.OperatingSystem, Start = extent.Start, End = extent.End
|
||||
Manufacturer = dump.Manufacturer,
|
||||
Model = dump.Model,
|
||||
Serial = dump.Serial,
|
||||
SoftwareName = dump.Software.Name,
|
||||
SoftwareVersion = dump.Software.Version,
|
||||
OperatingSystem = dump.Software.OperatingSystem,
|
||||
Start = extent.Start,
|
||||
End = extent.End
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user