Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineCollectionProperties.cs =================================================================== diff -u -r922e186b7941457f71de9b4909fa2490f36a1c63 -r66b07e7599319ea71ff109d8303f74a4a2e5f71c --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineCollectionProperties.cs (.../RingtoetsPipingSurfaceLineCollectionProperties.cs) (revision 922e186b7941457f71de9b4909fa2490f36a1c63) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/RingtoetsPipingSurfaceLineCollectionProperties.cs (.../RingtoetsPipingSurfaceLineCollectionProperties.cs) (revision 66b07e7599319ea71ff109d8303f74a4a2e5f71c) @@ -30,17 +30,17 @@ namespace Ringtoets.Piping.Forms.PropertyClasses { /// - /// ViewModel of of for properties panel. + /// ViewModel of of for properties panel. /// - public class RingtoetsPipingSurfaceLineCollectionProperties : ObjectProperties> + public class RingtoetsPipingSurfaceLineCollectionProperties : ObjectProperties> { /// /// Creates a new instance of . /// /// The collection for which the properties are shown. /// Thrown when /// is null. - public RingtoetsPipingSurfaceLineCollectionProperties(ObservableCollectionWithSourcePath collection) + public RingtoetsPipingSurfaceLineCollectionProperties(ObservableUniqueItemCollectionWithSourcePath collection) { if (collection == null) {