Index: DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs =================================================================== diff -u -r6309 -r6352 --- DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6309) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6352) @@ -23,7 +23,6 @@ using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; -using System.Drawing; using System.IO; using System.Linq; using System.Text; @@ -36,7 +35,6 @@ using Deltares.Dam.Data.License; using Deltares.Dam.Data.Sensors; using Deltares.Dam.Data.UISupport; -using Deltares.Dam.Forms.Properties; using Deltares.DamEngine.Data.Standard; using Deltares.DamEngine.Interface; using Deltares.DamEngine.Io; @@ -674,7 +672,7 @@ try { using var p = new Process(); - p.StartInfo.FileName = @"Manual\DAM UI - User manual.pdf"; + p.StartInfo.FileName = @"Manual\DAM UI - User manual.pdf"; p.StartInfo.UseShellExecute = true; p.Start(); } @@ -760,7 +758,7 @@ FillDamUiFromXmlOutput.AddOutputToDamProjectData(damProject.DamProjectData, output); elapsedTime = DateTime.Now - startTimeCalculation; timeMessage = String.Format(LocalizationManager.GetTranslatedText(this, "CalculationTime"), elapsedTime.ToString(@"dd\.hh\:mm\:ss")); - LocalizedMessageBox.ShowTranslatedText(mainForm,openingMessage + paragraphSepatator + timeMessage); + LocalizedMessageBox.ShowTranslatedText(mainForm, openingMessage + paragraphSepatator + timeMessage); #if DEBUG const string outputFilename = "OutputFile.xml"; DamXmlSerialization.SaveOutputAsXmlFile(outputFilename, output); @@ -1332,7 +1330,7 @@ /// Export the redesigned surfacelines /// /// - void ExportRedesignedSurfacelines(string path) + private void ExportRedesignedSurfacelines(string path) { DataEventPublisher.InvokeWithoutPublishingEvents(() => {