Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs =================================================================== diff -u -r11eb517ba7a480b4a415855798a7fadefc0cfe54 -ra1bba29ba0d84061cca88da8324957087d564db9 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision 11eb517ba7a480b4a415855798a7fadefc0cfe54) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) @@ -106,25 +106,6 @@ UpdateSelectButton(); } - #region Buttons - - private void InitializeButtons() - { - UpdateSelectButton(); - } - - private void UpdateSelectButton() - { - selectButton.Enabled = currentBackgroundMapDataSelectionControl?.SelectedMapData != null; - } - - protected override Button GetCancelButton() - { - return cancelButton; - } - - #endregion - #region ComboBox private void PreSelectComboBox(BackgroundMapDataSelectionControl controlToSelect) @@ -145,6 +126,25 @@ #endregion + #region Buttons + + private void InitializeButtons() + { + UpdateSelectButton(); + } + + private void UpdateSelectButton() + { + selectButton.Enabled = currentBackgroundMapDataSelectionControl?.SelectedMapData != null; + } + + protected override Button GetCancelButton() + { + return cancelButton; + } + + #endregion + #region Event handlers private void OnSelectButtonClick(object sender, EventArgs e)