Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r423010168fe01b2373e9be55f047659911e670f5 -r15ba2de00ab1dd0df317409a272ef686ee688297 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 423010168fe01b2373e9be55f047659911e670f5) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 15ba2de00ab1dd0df317409a272ef686ee688297) @@ -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, @@ -140,7 +140,7 @@ .Build() }; - yield return new TreeNodeInfo + yield return new TreeNodeInfo { Text = context => RingtoetsCommonFormsResources.StructuresCollection_DisplayName, Image = context => RingtoetsCommonFormsResources.GeneralFolderIcon, @@ -253,7 +253,7 @@ { new FailureMechanismSectionsContext(failureMechanism, assessmentSection), new ForeshoreProfilesContext(failureMechanism.ForeshoreProfiles, assessmentSection), - new HeightStructureContext(failureMechanism.HeightStructures, assessmentSection), + new HeightStructuresCollectionContext(failureMechanism.HeightStructures, assessmentSection), new CommentContext(failureMechanism) }; }