Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs =================================================================== diff -u -rfd12ada286ef8af1248a9d6100410dfeb15e9669 -ra71d1307f70a72b3a90347390a0df20d642d183c --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision fd12ada286ef8af1248a9d6100410dfeb15e9669) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision a71d1307f70a72b3a90347390a0df20d642d183c) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2018. All rights reserved. // // This file is part of Ringtoets. // @@ -56,11 +56,6 @@ this.updateHandler = updateHandler; } - protected override void LogImportCanceledMessage() - { - Log.Info(Resources.HydraulicBoundaryDatabaseImporter_ProgressText_Import_canceled_No_data_changed); - } - protected override bool OnImport() { ReadResult readResult = ReadHydraulicBoundaryDatabase(); @@ -72,12 +67,17 @@ return true; } + protected override void LogImportCanceledMessage() + { + Log.Info(Resources.HydraulicBoundaryDatabaseImporter_ProgressText_Import_canceled_No_data_changed); + } + private ReadResult ReadHydraulicBoundaryDatabase() { - NotifyProgress(Resources.HydraulicBoundaryDatabaseImporter_ReadHydraulicBoundaryDatabase_Read_HRD_file, 1, 1); + NotifyProgress(Resources.HydraulicBoundaryDatabaseImporter_ProgressText_Reading_HRD_file, 1, 1); try { - using (HydraulicBoundaryDatabaseReader reader = new HydraulicBoundaryDatabaseReader(FilePath)) + using (var reader = new HydraulicBoundaryDatabaseReader(FilePath)) { ReadResult readResult = ReadHydraulicBoundaryDatabase(reader); Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.Designer.cs =================================================================== diff -u -rfd12ada286ef8af1248a9d6100410dfeb15e9669 -ra71d1307f70a72b3a90347390a0df20d642d183c --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision fd12ada286ef8af1248a9d6100410dfeb15e9669) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a71d1307f70a72b3a90347390a0df20d642d183c) @@ -133,9 +133,9 @@ /// /// Looks up a localized string similar to Inlezen van het hydraulische belastingen bestand.. /// - internal static string HydraulicBoundaryDatabaseImporter_ReadHydraulicBoundaryDatabase_Read_HRD_file { + internal static string HydraulicBoundaryDatabaseImporter_ProgressText_Reading_HRD_file { get { - return ResourceManager.GetString("HydraulicBoundaryDatabaseImporter_ReadHydraulicBoundaryDatabase_Read_HRD_file", resourceCulture); + return ResourceManager.GetString("HydraulicBoundaryDatabaseImporter_ProgressText_Reading_HRD_file", resourceCulture); } } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.resx =================================================================== diff -u -rfd12ada286ef8af1248a9d6100410dfeb15e9669 -ra71d1307f70a72b3a90347390a0df20d642d183c --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision fd12ada286ef8af1248a9d6100410dfeb15e9669) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision a71d1307f70a72b3a90347390a0df20d642d183c) @@ -1,4 +1,4 @@ - +