Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs =================================================================== diff -u -re4f59b7aaaa3bf89928b516b5351ccaf66f5b08f -r152ba6203dc5ff26a7848b40bac675b3fe5d7f29 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs (.../IllustrationPointsTableControl.cs) (revision e4f59b7aaaa3bf89928b516b5351ccaf66f5b08f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs (.../IllustrationPointsTableControl.cs) (revision 152ba6203dc5ff26a7848b40bac675b3fe5d7f29) @@ -20,6 +20,7 @@ // All rights reserved. using System.Windows.Forms; +using Ringtoets.Common.Data.Hydraulics.IllustrationPoints; namespace Ringtoets.Common.Forms.Views { @@ -28,9 +29,17 @@ /// public partial class IllustrationPointsTableControl : UserControl { + /// + /// Creates a new instance of . + /// public IllustrationPointsTableControl() { InitializeComponent(); } + + /// + /// Gets or sets the data of the control. + /// + public GeneralResult Data { get; set; } } } \ No newline at end of file