Index: DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.cs =================================================================== diff -u -r6955 -r6980 --- DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.cs (.../DamNewProjectDialog.cs) (revision 6955) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.cs (.../DamNewProjectDialog.cs) (revision 6980) @@ -20,10 +20,7 @@ // All rights reserved. using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; using System.Windows.Forms; using Deltares.Dam.Data; using Deltares.Dam.Data.DataPlugins.Configuration; @@ -44,8 +41,8 @@ /// public partial class DamNewProjectDialog : Form { + private readonly string currentSourceFileName = ""; private DAMNewProjectData damNewProjectData; - private string currentSourceFileName = ""; /// /// Constructor @@ -83,7 +80,7 @@ /// /// /// The text associated with this control. - public override sealed string Text + public sealed override string Text { get {