Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LengthEffectAwareFailureMechanismSectionsView.cs =================================================================== diff -u -r615c9fc86d567ce6ddc7747ae17cd47c46ff2a37 -r3542047341fc941a6f4b6c89dd4262bdba477ca2 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LengthEffectAwareFailureMechanismSectionsView.cs (.../LengthEffectAwareFailureMechanismSectionsView.cs) (revision 615c9fc86d567ce6ddc7747ae17cd47c46ff2a37) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LengthEffectAwareFailureMechanismSectionsView.cs (.../LengthEffectAwareFailureMechanismSectionsView.cs) (revision 3542047341fc941a6f4b6c89dd4262bdba477ca2) @@ -56,10 +56,9 @@ this.getLengthEffectFunc = getLengthEffectFunc; } - protected override void UpdateTableData(DataGridViewControl dataGridViewControl, - IEnumerable sections) + protected override void UpdateTableData() { - dataGridViewControl.SetDataSource(sections.Select(section => new FailureMechanismSectionRow(section)).ToArray()); + failureMechanismSectionsTable.SetDataSource(sections.Select(section => new FailureMechanismSectionRow(section)).ToArray()); } } } \ No newline at end of file