Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs =================================================================== diff -u -r5f8541d2a46730d67fc2d859caa6de2921bbc820 -r4d77063761342b4686ef4a56c47874558a53dec7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision 5f8541d2a46730d67fc2d859caa6de2921bbc820) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision 4d77063761342b4686ef4a56c47874558a53dec7) @@ -25,6 +25,7 @@ using Core.Common.Gui.Attributes; using Core.Common.Gui.PropertyBag; using Core.Common.Utils.Attributes; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PropertyClasses; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Properties; @@ -37,7 +38,7 @@ /// public class PipingFailureMechanismContextProperties : ObjectProperties { - private readonly IFailureMechanismPropertyChangeHandler propertyChangeHandler; + private readonly IFailureMechanismPropertyChangeHandler propertyChangeHandler; /// /// Creates a new instance of . @@ -47,7 +48,7 @@ /// Thrown when any input parameter is null. public PipingFailureMechanismContextProperties( PipingFailureMechanismContext data, - IFailureMechanismPropertyChangeHandler handler) + IFailureMechanismPropertyChangeHandler handler) { if (data == null) {