Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs =================================================================== diff -u -r43118661050921ca63153537d9b237a0cf5bfa0f -rbc1babf3ccf2bc4e1fed91210f2cc5d2b7dea774 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 43118661050921ca63153537d9b237a0cf5bfa0f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision bc1babf3ccf2bc4e1fed91210f2cc5d2b7dea774) @@ -26,7 +26,6 @@ using Core.Common.Controls.DataGrid; using Core.Common.Controls.Views; using Ringtoets.Common.Data.FailureMechanism; -using Ringtoets.Common.Forms.Properties; namespace Ringtoets.Common.Forms.Views { @@ -37,7 +36,7 @@ /// . /// The type of the row that is used to show the data. /// The type of the failure mechanism this view belongs to. - public abstract partial class FailureMechanismResultView : UserControl, IView + public abstract partial class FailureMechanismResultView : UserControl, IView where TSectionResult : FailureMechanismSectionResult where TSectionResultRow : FailureMechanismSectionResultRow where TFailureMechanism : IFailureMechanism @@ -147,12 +146,6 @@ /// /// Adds the columns to the view. /// - protected virtual void AddDataGridColumns() - { - DataGridViewControl.AddTextBoxColumn( - nameof(FailureMechanismSectionResultRow.Name), - Resources.Section_DisplayName, - true); - } + protected abstract void AddDataGridColumns(); } } \ No newline at end of file