@model Cicm.Database.Models.ResolutionsByGpu @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Resolution by GPU


@Html.DisplayNameFor(model => model.Gpu)
@Html.DisplayFor(model => model.Gpu.Name)
@Html.DisplayNameFor(model => model.Resolution)
@Model.Resolution.ToString()
Back to List