@model DiscImageChef.Server.Models.OperatingSystem @{ Layout = null; } Delete

Are you sure you want to delete this?

OperatingSystem


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.Version)
@Html.DisplayFor(model => model.Version)
@Html.DisplayNameFor(model => model.Count)
@Html.DisplayFor(model => model.Count)
| Back to List