Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.cs =================================================================== diff -u -r01cd65c3cbbc6ef2dc6d618de2292358a990e345 -rd5a6b33c411d9aacc35e896fad1c881077846809 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.cs (.../AssessmentSectionProviderStub.cs) (revision 01cd65c3cbbc6ef2dc6d618de2292358a990e345) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.cs (.../AssessmentSectionProviderStub.cs) (revision d5a6b33c411d9aacc35e896fad1c881077846809) @@ -34,8 +34,6 @@ /// public partial class AssessmentSectionProviderStub : DialogBase, IAssessmentSectionProvider { - private readonly IWin32Window dialogParent; - /// /// Creates a new instance of . /// @@ -44,14 +42,7 @@ public AssessmentSectionProviderStub(IWin32Window dialogParent) : base(dialogParent, RingtoetsCommonFormsResources.SelectionDialogIcon, 500, 350) { - if (dialogParent == null) - { - throw new ArgumentNullException(nameof(dialogParent)); - } - InitializeComponent(); - this.dialogParent = dialogParent; - } public IEnumerable GetAssessmentSections(string filePath)