Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs =================================================================== diff -u -r845bc0316bfb8173d53a1d002686fc9a6a631ee1 -rbbbfacd9e38cf43c98dba73e39694850fb932a66 --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 845bc0316bfb8173d53a1d002686fc9a6a631ee1) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/Views/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision bbbfacd9e38cf43c98dba73e39694850fb932a66) @@ -358,7 +358,7 @@ { try { - simpleAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismSectionResultAssemblyFactory.AssembleSimpleAssessment(SectionResult); + simpleAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismAssemblyFactory.AssembleSimpleAssessment(SectionResult); } catch (AssemblyException e) { @@ -371,7 +371,7 @@ { try { - detailedAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismSectionResultAssemblyFactory.AssembleDetailedAssessment(SectionResult); + detailedAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismAssemblyFactory.AssembleDetailedAssessment(SectionResult); } catch (AssemblyException e) { @@ -384,7 +384,7 @@ { try { - tailorMadeAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismSectionResultAssemblyFactory.AssembleTailorMadeAssessment(SectionResult); + tailorMadeAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismAssemblyFactory.AssembleTailorMadeAssessment(SectionResult); } catch (AssemblyException e) { @@ -397,7 +397,7 @@ { try { - combinedAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismSectionResultAssemblyFactory.AssembleCombinedAssessment( + combinedAssemblyCategoryGroup = StabilityStoneCoverFailureMechanismAssemblyFactory.AssembleCombinedAssessment( SectionResult); } catch (AssemblyException e)