Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs =================================================================== diff -u -rd02fa527769665fe275986468c6ac570fbad5e48 -r85af6861f16df8c5d57e3e39d0d2874e7bd16b8e --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision d02fa527769665fe275986468c6ac570fbad5e48) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision 85af6861f16df8c5d57e3e39d0d2874e7bd16b8e) @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using System; +using System.Collections.Generic; using Core.Common.Controls; using Core.Common.Gui; @@ -29,6 +30,11 @@ yield return new PropertyInfo(); } + /// + /// Get the defined for the . + /// + /// An of . + /// Thrown when is null. public override IEnumerable GetProjectTreeViewNodePresenters() { yield return new AssessmentSectionBaseNodePresenter(Gui.ContextMenuProvider);