From 5c77576af0cfbcf295554f8321ce6b4e0df01e5b Mon Sep 17 00:00:00 2001 From: Carsten Gehling Date: Sun, 26 Jun 2016 21:12:07 +0200 Subject: [PATCH] Cleanup using statements --- source/StopWatch/EditTimeForm.cs | 6 ------ source/StopWatch/Jira/JiraApiRequester.cs | 1 - source/StopWatch/Program.cs | 2 +- source/StopWatch/Properties/AssemblyInfo.cs | 2 +- source/StopWatch/Properties/Resources.Designer.cs | 8 ++++---- source/StopWatch/Properties/Settings.Designer.cs | 7 ++++--- 6 files changed, 10 insertions(+), 16 deletions(-) diff --git a/source/StopWatch/EditTimeForm.cs b/source/StopWatch/EditTimeForm.cs index 20402b8..f893995 100644 --- a/source/StopWatch/EditTimeForm.cs +++ b/source/StopWatch/EditTimeForm.cs @@ -14,13 +14,7 @@ You may obtain a copy of the License at limitations under the License. **************************************************************************/ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace StopWatch diff --git a/source/StopWatch/Jira/JiraApiRequester.cs b/source/StopWatch/Jira/JiraApiRequester.cs index e55e1a2..30ecb36 100644 --- a/source/StopWatch/Jira/JiraApiRequester.cs +++ b/source/StopWatch/Jira/JiraApiRequester.cs @@ -16,7 +16,6 @@ limitations under the License. using RestSharp; using System; using System.Net; -using System.Threading; namespace StopWatch { diff --git a/source/StopWatch/Program.cs b/source/StopWatch/Program.cs index 60ce627..9a69e0e 100644 --- a/source/StopWatch/Program.cs +++ b/source/StopWatch/Program.cs @@ -13,10 +13,10 @@ You may obtain a copy of the License at See the License for the specific language governing permissions and limitations under the License. **************************************************************************/ +using Microsoft.Win32; using System; using System.Threading; using System.Windows.Forms; -using Microsoft.Win32; namespace StopWatch { diff --git a/source/StopWatch/Properties/AssemblyInfo.cs b/source/StopWatch/Properties/AssemblyInfo.cs index 4d66865..9cad13e 100644 --- a/source/StopWatch/Properties/AssemblyInfo.cs +++ b/source/StopWatch/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ limitations under the License. [assembly: AssemblyFileVersion("1.7.0.0")] [assembly: AssemblyInformationalVersion("1.7.0")] -[assembly:InternalsVisibleTo("StopWatchTest")] +[assembly: InternalsVisibleTo("StopWatchTest")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] diff --git a/source/StopWatch/Properties/Resources.Designer.cs b/source/StopWatch/Properties/Resources.Designer.cs index 86b3cb6..3581af7 100644 --- a/source/StopWatch/Properties/Resources.Designer.cs +++ b/source/StopWatch/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace StopWatch.Properties { - using System; - - +namespace StopWatch.Properties +{ + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// diff --git a/source/StopWatch/Properties/Settings.Designer.cs b/source/StopWatch/Properties/Settings.Designer.cs index d9e868a..7f5d92a 100644 --- a/source/StopWatch/Properties/Settings.Designer.cs +++ b/source/StopWatch/Properties/Settings.Designer.cs @@ -8,9 +8,10 @@ // //------------------------------------------------------------------------------ -namespace StopWatch.Properties { - - +namespace StopWatch.Properties +{ + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {