Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs =================================================================== diff -u -rb87e54cb353ebb09cbe6d136b9195e958adfb774 -rc0849c80b8bab9023c7df1e8402aa380891496d2 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs (.../StructuresInputBaseProperties.cs) (revision b87e54cb353ebb09cbe6d136b9195e958adfb774) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresInputBaseProperties.cs (.../StructuresInputBaseProperties.cs) (revision c0849c80b8bab9023c7df1e8402aa380891496d2) @@ -55,8 +55,7 @@ IHasHydraulicBoundaryLocationProperty, IHasStructureProperty, IHasForeshoreProfileProperty, - IUseBreakWaterPropertyChangeHandler, - IDistributionPropertyChangeHandler where TStructure : StructureBase + IPropertyChangeHandler where TStructure : StructureBase where TStructureInput : StructuresInputBase where TCalculation : ICalculation where TFailureMechanism : IFailureMechanism @@ -539,14 +538,9 @@ #endregion - void IUseBreakWaterPropertyChangeHandler.PropertyChanged() + public void PropertyChanged() { - // TODO WTI-969/WTI-970/WTI-971 + // TODO WTI-969/WTI-970/WTI-971/WTI-973 } - - void IDistributionPropertyChangeHandler.PropertyChanged() - { - // TODO WTI-973 - } } } \ No newline at end of file