Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.Designer.cs =================================================================== diff -u -r8fd08bb471aaab486b80133cfec34c6db490f9ce -rd2c4c19fc70a5f47e08abef546e7aff4b056616e --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.Designer.cs (.../GeneralResultIllustrationPointView.Designer.cs) (revision 8fd08bb471aaab486b80133cfec34c6db490f9ce) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.Designer.cs (.../GeneralResultIllustrationPointView.Designer.cs) (revision d2c4c19fc70a5f47e08abef546e7aff4b056616e) @@ -21,7 +21,7 @@ namespace Riskeer.Common.Forms.Views { - partial class GeneralResultIllustrationPointView + partial class GeneralResultIllustrationPointView { /// /// Required designer variable. Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs =================================================================== diff -u -r3ec593cfb19419112065efb11ea7af54c3b154b6 -rd2c4c19fc70a5f47e08abef546e7aff4b056616e --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision 3ec593cfb19419112065efb11ea7af54c3b154b6) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision d2c4c19fc70a5f47e08abef546e7aff4b056616e) @@ -30,14 +30,12 @@ namespace Riskeer.Common.Forms.Views { /// - /// This class is a view for presenting objects + /// This class is a view for presenting objects /// (as part of the of a ). /// /// The type of the top level illustration point. - /// The type of the illustration point. - public abstract partial class GeneralResultIllustrationPointView : UserControl, IView, ISelectionProvider + public abstract partial class GeneralResultIllustrationPointView : UserControl, IView, ISelectionProvider where TTopLevelIllustrationPoint : TopLevelIllustrationPointBase - where TIllustrationPoint : IllustrationPointBase { protected readonly Func> GetGeneralResultFunc; private readonly Observer calculationObserver; @@ -48,7 +46,7 @@ public event EventHandler SelectionChanged; /// - /// Creates a new instance of . + /// Creates a new instance of . /// /// The calculation to show the illustration points for. /// A for obtaining the Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs =================================================================== diff -u -r6dfe83bd6ae8835bfab1a07e485f171c25b18668 -rd2c4c19fc70a5f47e08abef546e7aff4b056616e --- Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs (.../GeneralResultIllustrationPointViewTest.cs) (revision 6dfe83bd6ae8835bfab1a07e485f171c25b18668) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs (.../GeneralResultIllustrationPointViewTest.cs) (revision d2c4c19fc70a5f47e08abef546e7aff4b056616e) @@ -373,7 +373,7 @@ Enumerable.Empty()); } - private class TestGeneralResultIllustrationPointView : GeneralResultIllustrationPointView + private class TestGeneralResultIllustrationPointView : GeneralResultIllustrationPointView { public TestGeneralResultIllustrationPointView(ICalculation calculation, Func> getGeneralResultFunc) : base(calculation, getGeneralResultFunc) {}