@model DiscImageChef.CommonTypes.Metadata.Pcmcia @{ Layout = null; } Delete

Are you sure you want to delete this?

Pcmcia


@Html.DisplayNameFor(model => model.CIS)
@Html.DisplayFor(model => model.CIS)
@Html.DisplayNameFor(model => model.Compliance)
@Html.DisplayFor(model => model.Compliance)
@Html.DisplayNameFor(model => model.ManufacturerCode)
@Html.DisplayFor(model => model.ManufacturerCode)
@Html.DisplayNameFor(model => model.CardCode)
@Html.DisplayFor(model => model.CardCode)
@Html.DisplayNameFor(model => model.Manufacturer)
@Html.DisplayFor(model => model.Manufacturer)
@Html.DisplayNameFor(model => model.ProductName)
@Html.DisplayFor(model => model.ProductName)
| Back to List