diff --git a/mRemoteNG/App/Startup.cs b/mRemoteNG/App/Startup.cs index d92aa242c..cb54bc552 100644 --- a/mRemoteNG/App/Startup.cs +++ b/mRemoteNG/App/Startup.cs @@ -5,7 +5,6 @@ using System.Globalization; using mRemoteNG.App.Info; using mRemoteNG.App.Initialization; using mRemoteNG.App.Update; -using mRemoteNG.Config.Connections; using mRemoteNG.Config.Connections.Multiuser; using mRemoteNG.Connection; using mRemoteNG.Messages; diff --git a/mRemoteNG/App/Windows.cs b/mRemoteNG/App/Windows.cs index 7d3bb1049..1070d1372 100644 --- a/mRemoteNG/App/Windows.cs +++ b/mRemoteNG/App/Windows.cs @@ -1,5 +1,4 @@ using System; -using mRemoteNG.Messages; using mRemoteNG.UI; using mRemoteNG.UI.Forms; using mRemoteNG.UI.Window; diff --git a/mRemoteNG/Config/Import/ActiveDirectoryImporter.cs b/mRemoteNG/Config/Import/ActiveDirectoryImporter.cs index 4d8e0765e..8d81e6cc9 100644 --- a/mRemoteNG/Config/Import/ActiveDirectoryImporter.cs +++ b/mRemoteNG/Config/Import/ActiveDirectoryImporter.cs @@ -1,7 +1,6 @@ -using System; +using System; using System.Linq; using mRemoteNG.App; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Container; using mRemoteNG.Tools; diff --git a/mRemoteNG/Config/Import/PortScanImporter.cs b/mRemoteNG/Config/Import/PortScanImporter.cs index 089f6c961..6a6cb9dbe 100644 --- a/mRemoteNG/Config/Import/PortScanImporter.cs +++ b/mRemoteNG/Config/Import/PortScanImporter.cs @@ -1,6 +1,5 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Connection.Protocol; using mRemoteNG.Container; diff --git a/mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs b/mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs index 878ad516d..f7f103699 100644 --- a/mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs +++ b/mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs @@ -1,6 +1,5 @@ -using System.Linq; +using System.Linq; using mRemoteNG.Config.DataProviders; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Container; diff --git a/mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs b/mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs index 6e027d865..321308318 100644 --- a/mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs +++ b/mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs @@ -1,7 +1,6 @@ -using System.IO; +using System.IO; using System.Linq; using mRemoteNG.Config.DataProviders; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Container; diff --git a/mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs b/mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs index e39e6b613..c68fb4ed9 100644 --- a/mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs +++ b/mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs @@ -1,6 +1,5 @@ -using System.Linq; +using System.Linq; using mRemoteNG.Config.DataProviders; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Container; diff --git a/mRemoteNG/Connection/ConnectionInitiator.cs b/mRemoteNG/Connection/ConnectionInitiator.cs index 4c52e6c63..ffc1d6633 100644 --- a/mRemoteNG/Connection/ConnectionInitiator.cs +++ b/mRemoteNG/Connection/ConnectionInitiator.cs @@ -7,8 +7,6 @@ using mRemoteNG.Container; using mRemoteNG.Messages; using mRemoteNG.Properties; using mRemoteNG.Resources.Language; -using mRemoteNG.Tools; -using mRemoteNG.Tree; using mRemoteNG.UI.Forms; using mRemoteNG.UI.Panels; using mRemoteNG.UI.Tabs; diff --git a/mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs index a33054c1d..0a4df2be1 100644 --- a/mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs +++ b/mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs @@ -1,7 +1,6 @@ using System; using System.Windows.Forms; using mRemoteNG.UI; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Window; namespace mRemoteNG.Messages.MessageWriters diff --git a/mRemoteNG/Tools/IeBrowserEmulation.cs b/mRemoteNG/Tools/IeBrowserEmulation.cs index c374626b4..0a9bf1b02 100644 --- a/mRemoteNG/Tools/IeBrowserEmulation.cs +++ b/mRemoteNG/Tools/IeBrowserEmulation.cs @@ -1,7 +1,6 @@ -using System; +using System; using System.Diagnostics; using System.IO; -using System.Linq; using System.Security.AccessControl; using Microsoft.Win32; using mRemoteNG.App; diff --git a/mRemoteNG/Tree/PreviousSessionOpener.cs b/mRemoteNG/Tree/PreviousSessionOpener.cs index 20c33d2af..a18299453 100644 --- a/mRemoteNG/Tree/PreviousSessionOpener.cs +++ b/mRemoteNG/Tree/PreviousSessionOpener.cs @@ -1,6 +1,5 @@ using mRemoteNG.Connection; using mRemoteNG.Container; -using mRemoteNG.UI.Controls; using System; using System.Linq; using mRemoteNG.UI.Controls.ConnectionTree; diff --git a/mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs b/mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs index 14334b088..ab42c43e9 100644 --- a/mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs +++ b/mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs @@ -1,6 +1,5 @@ using System.Linq; using mRemoteNG.Container; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; diff --git a/mRemoteNG/Tree/RootNodeExpander.cs b/mRemoteNG/Tree/RootNodeExpander.cs index 569c81ac2..ec6010af9 100644 --- a/mRemoteNG/Tree/RootNodeExpander.cs +++ b/mRemoteNG/Tree/RootNodeExpander.cs @@ -1,5 +1,4 @@ -using mRemoteNG.UI.Controls; -using mRemoteNG.UI.Controls.ConnectionTree; +using mRemoteNG.UI.Controls.ConnectionTree; namespace mRemoteNG.Tree diff --git a/mRemoteNG/UI/Controls/mrngTextBox.cs b/mRemoteNG/UI/Controls/mrngTextBox.cs index 43bba235f..e40ef7089 100644 --- a/mRemoteNG/UI/Controls/mrngTextBox.cs +++ b/mRemoteNG/UI/Controls/mrngTextBox.cs @@ -1,5 +1,4 @@ using System; -using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using mRemoteNG.Themes; diff --git a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs index 4bfdd0c48..22b354afe 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs @@ -1,6 +1,5 @@ using System; using mRemoteNG.App; -using mRemoteNG.Config.Connections; using mRemoteNG.Config.Connections.Multiuser; using mRemoteNG.Config.DatabaseConnectors; using mRemoteNG.Properties; diff --git a/mRemoteNG/UI/Menu/HelpMenu.cs b/mRemoteNG/UI/Menu/HelpMenu.cs index a0e42f8bb..e465ad9fa 100644 --- a/mRemoteNG/UI/Menu/HelpMenu.cs +++ b/mRemoteNG/UI/Menu/HelpMenu.cs @@ -5,7 +5,6 @@ using mRemoteNG.App; using mRemoteNG.App.Info; using mRemoteNG.Resources.Language; using mRemoteNG.UI.Forms; -using mRemoteNG.UI.Window; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Window/ConnectionTreeWindow.cs b/mRemoteNG/UI/Window/ConnectionTreeWindow.cs index 9868435e1..1ac4f345d 100644 --- a/mRemoteNG/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteNG/UI/Window/ConnectionTreeWindow.cs @@ -14,7 +14,6 @@ using mRemoteNG.Themes; using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; using mRemoteNG.Tree.Root; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using mRemoteNG.UI.TaskDialog; using WeifenLuo.WinFormsUI.Docking; diff --git a/mRemoteNGTests/Config/Serializers/MiscSerializers/PortScanDeserializerTests.cs b/mRemoteNGTests/Config/Serializers/MiscSerializers/PortScanDeserializerTests.cs index c2cdd2767..dd6ce29e2 100644 --- a/mRemoteNGTests/Config/Serializers/MiscSerializers/PortScanDeserializerTests.cs +++ b/mRemoteNGTests/Config/Serializers/MiscSerializers/PortScanDeserializerTests.cs @@ -1,5 +1,4 @@ using System.Linq; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; diff --git a/mRemoteNGTests/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializerTests.cs b/mRemoteNGTests/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializerTests.cs index fa633a517..08b8af72c 100644 --- a/mRemoteNGTests/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializerTests.cs +++ b/mRemoteNGTests/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializerTests.cs @@ -1,5 +1,4 @@ using System.Linq; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; diff --git a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializerTests.cs b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializerTests.cs index b5d6726d3..9948e1ef2 100644 --- a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializerTests.cs +++ b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializerTests.cs @@ -1,5 +1,4 @@ -using mRemoteNG.Config.Serializers; -using mRemoteNG.Connection; +using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol.RDP; using mRemoteNG.Tree; using mRemoteNGTests.Properties; diff --git a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManager27DeserializerTests.cs b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManager27DeserializerTests.cs index 7486e1ec6..0d34b58c0 100644 --- a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManager27DeserializerTests.cs +++ b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManager27DeserializerTests.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; diff --git a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializerTests.cs b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializerTests.cs index 41ea17fd1..50264111d 100644 --- a/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializerTests.cs +++ b/mRemoteNGTests/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializerTests.cs @@ -1,6 +1,5 @@ using System.IO; using System.Linq; -using mRemoteNG.Config.Serializers; using mRemoteNG.Config.Serializers.MiscSerializers; using mRemoteNG.Connection.Protocol; using mRemoteNG.Connection.Protocol.RDP; diff --git a/mRemoteNGTests/Tree/ClickHandlers/ExpandNodeClickHandlerTests.cs b/mRemoteNGTests/Tree/ClickHandlers/ExpandNodeClickHandlerTests.cs index d7e53e9f6..0ef112c19 100644 --- a/mRemoteNGTests/Tree/ClickHandlers/ExpandNodeClickHandlerTests.cs +++ b/mRemoteNGTests/Tree/ClickHandlers/ExpandNodeClickHandlerTests.cs @@ -1,9 +1,7 @@ using System; using mRemoteNG.Connection; using mRemoteNG.Container; -using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/ClickHandlers/OpenConnectionClickHandlerTests.cs b/mRemoteNGTests/Tree/ClickHandlers/OpenConnectionClickHandlerTests.cs index c9bec4ff1..846911a58 100644 --- a/mRemoteNGTests/Tree/ClickHandlers/OpenConnectionClickHandlerTests.cs +++ b/mRemoteNGTests/Tree/ClickHandlers/OpenConnectionClickHandlerTests.cs @@ -1,7 +1,6 @@ using System; using mRemoteNG.Connection; using mRemoteNG.Container; -using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/ClickHandlers/SwitchToConnectionClickHandlerTests.cs b/mRemoteNGTests/Tree/ClickHandlers/SwitchToConnectionClickHandlerTests.cs index abc5a9fcc..df105fb17 100644 --- a/mRemoteNGTests/Tree/ClickHandlers/SwitchToConnectionClickHandlerTests.cs +++ b/mRemoteNGTests/Tree/ClickHandlers/SwitchToConnectionClickHandlerTests.cs @@ -1,7 +1,6 @@ using System; using mRemoteNG.Connection; using mRemoteNG.Container; -using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/ClickHandlers/TreeNodeCompositeClickHandlerTests.cs b/mRemoteNGTests/Tree/ClickHandlers/TreeNodeCompositeClickHandlerTests.cs index c9036462c..7937908c0 100644 --- a/mRemoteNGTests/Tree/ClickHandlers/TreeNodeCompositeClickHandlerTests.cs +++ b/mRemoteNGTests/Tree/ClickHandlers/TreeNodeCompositeClickHandlerTests.cs @@ -1,6 +1,5 @@ using System; using mRemoteNG.Connection; -using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/ConnectionTreeTests.cs b/mRemoteNGTests/Tree/ConnectionTreeTests.cs index 12815b774..f2ac8a7c0 100644 --- a/mRemoteNGTests/Tree/ConnectionTreeTests.cs +++ b/mRemoteNGTests/Tree/ConnectionTreeTests.cs @@ -2,7 +2,6 @@ using mRemoteNG.Container; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/PreviousSessionOpenerTests.cs b/mRemoteNGTests/Tree/PreviousSessionOpenerTests.cs index 3b4f9622e..8bc71aee4 100644 --- a/mRemoteNGTests/Tree/PreviousSessionOpenerTests.cs +++ b/mRemoteNGTests/Tree/PreviousSessionOpenerTests.cs @@ -2,7 +2,6 @@ using mRemoteNG.Connection; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/Tree/PreviouslyOpenedFolderExpanderTests.cs b/mRemoteNGTests/Tree/PreviouslyOpenedFolderExpanderTests.cs index eada0ed76..a096df5a0 100644 --- a/mRemoteNGTests/Tree/PreviouslyOpenedFolderExpanderTests.cs +++ b/mRemoteNGTests/Tree/PreviouslyOpenedFolderExpanderTests.cs @@ -3,7 +3,6 @@ using mRemoteNG.Connection; using mRemoteNG.Container; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/UI/Controls/ConnectionTreeTests.cs b/mRemoteNGTests/UI/Controls/ConnectionTreeTests.cs index e071bf794..b91194d5c 100644 --- a/mRemoteNGTests/UI/Controls/ConnectionTreeTests.cs +++ b/mRemoteNGTests/UI/Controls/ConnectionTreeTests.cs @@ -5,7 +5,6 @@ using mRemoteNG.Container; using mRemoteNG.Tools.Clipboard; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; -using mRemoteNG.UI.Controls; using mRemoteNG.UI.Controls.ConnectionTree; using NSubstitute; using NUnit.Framework; diff --git a/mRemoteNGTests/UI/Controls/TextBoxExtensionsTests.cs b/mRemoteNGTests/UI/Controls/TextBoxExtensionsTests.cs index 61ee3a26d..f976a8eff 100644 --- a/mRemoteNGTests/UI/Controls/TextBoxExtensionsTests.cs +++ b/mRemoteNGTests/UI/Controls/TextBoxExtensionsTests.cs @@ -1,5 +1,4 @@ using mRemoteNG.UI; -using mRemoteNG.UI.Controls; using NUnit.Extensions.Forms; using NUnit.Framework;