Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r240fbc1c83da30eae57a9dace4f4a136c8213437 -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 240fbc1c83da30eae57a9dace4f4a136c8213437) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a) @@ -64,7 +64,7 @@ public override IEnumerable GetImportInfos() { - yield return new ImportInfo + yield return new ImportInfo { CreateFileImporter = (context, filePath) => new HeightStructuresImporter(context.WrappedData, context.AssessmentSection.ReferenceLine, @@ -119,7 +119,7 @@ .Build() }; - yield return new TreeNodeInfo + yield return new TreeNodeInfo { Text = context => RingtoetsCommonFormsResources.StructuresCollection_DisplayName, Image = context => RingtoetsCommonFormsResources.GeneralFolderIcon, @@ -262,7 +262,7 @@ { new FailureMechanismSectionsContext(failureMechanism, assessmentSection), new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, assessmentSection), - new HeightStructuresCollectionContext(failureMechanism.HeightStructures, assessmentSection), + new HeightStructuresContext(failureMechanism.HeightStructures, assessmentSection), new CommentContext(failureMechanism) }; }