Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs =================================================================== diff -u -rb41ef82a44c84f0211937d1b7f22794ad8a45941 -r27398d86e91cb6f81984537f21deddc9c78d580d --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision b41ef82a44c84f0211937d1b7f22794ad8a45941) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 27398d86e91cb6f81984537f21deddc9c78d580d) @@ -94,14 +94,13 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_Schematization))] [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Structure_LevelCrestStructure_DisplayName))] [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Structure_LevelCrestStructure_Description))] - public ConfirmingNormalDistributionProperties LevelCrestStructure + public ConfirmingNormalDistributionProperties LevelCrestStructure { get { - return new ConfirmingNormalDistributionProperties( + return new ConfirmingNormalDistributionProperties( DistributionPropertiesReadOnly.None, data.WrappedData.LevelCrestStructure, - data.WrappedData, PropertyChangeHandler); } }