Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs
===================================================================
diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -rce190360da30edf73fb464cc0fea1d9a795aa5d4
--- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs (.../StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611)
+++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs (.../StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs) (revision ce190360da30edf73fb464cc0fea1d9a795aa5d4)
@@ -32,19 +32,19 @@
namespace Ringtoets.StabilityStoneCover.Forms
{
///
- /// A dialog which allows the user to make a selection form a given set of . Upon
- /// closing of the dialog, the selected can be obtained.
+ /// A dialog which allows the user to make a selection form a given set of . Upon
+ /// closing of the dialog, the selected can be obtained.
///
- public partial class StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog : SelectionDialogBase
+ public partial class StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog : SelectionDialogBase
{
///
/// Creates a new instance of .
///
/// The parent of the dialog.
- /// The collection of to show in the dialog.
+ /// The collection of to show in the dialog.
/// Thrown when any parameter is null.
public StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog(IWin32Window dialogParent,
- IEnumerable hydraulicBoundaryLocations)
+ IEnumerable hydraulicBoundaryLocations)
: base(dialogParent)
{
if (hydraulicBoundaryLocations == null)
@@ -55,7 +55,7 @@
InitializeComponent();
InitializeDataGridView(Resources.StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog_Location_Name);
- SetDataSource(hydraulicBoundaryLocations.Select(loc => new SelectableRow(loc, loc.Name)).ToArray());
+ SetDataSource(hydraulicBoundaryLocations.Select(loc => new SelectableRow(loc, loc.Name)).ToArray());
}
}
}
\ No newline at end of file