Implement "dump-media" command in GUI.

This commit is contained in:
2018-09-30 22:29:52 +01:00
parent 57fa2d11e5
commit e75dee2177
6 changed files with 890 additions and 273 deletions

View File

@@ -282,7 +282,7 @@ namespace DiscImageChef.Gui.Forms
Values = new[]
{
scsiInfo.MediaType, deviceItem.Values[1],
new pnlScsiInfo(scsiInfo)
new pnlScsiInfo(scsiInfo, (string)deviceItem.Values[1])
}
});
}