Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSurfaceLineCollectionProperties.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -rc2b77b22666a09fdc2348440c76cd37325aeba7d --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSurfaceLineCollectionProperties.cs (.../MacroStabilityInwardsSurfaceLineCollectionProperties.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsSurfaceLineCollectionProperties.cs (.../MacroStabilityInwardsSurfaceLineCollectionProperties.cs) (revision c2b77b22666a09fdc2348440c76cd37325aeba7d) @@ -45,6 +45,7 @@ { throw new ArgumentNullException(nameof(collection)); } + data = collection; }