mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
name space sync
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Connection;
|
||||
using mRemoteNG.Connection;
|
||||
using mRemoteNG.Connection.Protocol;
|
||||
using mRemoteNG.Connection.Protocol.Http;
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Security;
|
||||
using Connection;
|
||||
using mRemoteNG.App;
|
||||
using mRemoteNG.Connection;
|
||||
using mRemoteNG.Connection.Protocol;
|
||||
|
||||
@@ -18,7 +18,6 @@ using mRemoteNG.Tree.Root;
|
||||
using mRemoteNG.UI.Forms;
|
||||
using mRemoteNG.UI.TaskDialog;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using Connection;
|
||||
|
||||
namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Xml
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ using mRemoteNG.Properties;
|
||||
using mRemoteNG.Tools;
|
||||
using mRemoteNG.Tools.Attributes;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using Connection;
|
||||
|
||||
namespace mRemoteNG.Connection
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ using mRemoteNG.Properties;
|
||||
using mRemoteNG.Tree;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using mRemoteNG.Tree.Root;
|
||||
using Connection;
|
||||
|
||||
namespace mRemoteNG.Connection
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using mRemoteNG.Resources.Language;
|
||||
using mRemoteNG.Tools;
|
||||
|
||||
namespace Connection
|
||||
namespace mRemoteNG.Connection
|
||||
{
|
||||
public enum ExternalAddressProvider
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using mRemoteNG.Resources.Language;
|
||||
using mRemoteNG.Tools;
|
||||
|
||||
namespace Connection
|
||||
namespace mRemoteNG.Connection
|
||||
{
|
||||
public enum ExternalCredentialProvider
|
||||
{
|
||||
|
||||
@@ -11,7 +11,6 @@ using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using mRemoteNG.Properties;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using Connection;
|
||||
using System.IO;
|
||||
|
||||
// ReSharper disable ArrangeAccessorOwnerBody
|
||||
|
||||
@@ -15,7 +15,6 @@ using mRemoteNG.UI.Forms;
|
||||
using mRemoteNG.UI.Tabs;
|
||||
using MSTSCLib;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using Connection;
|
||||
using static System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel;
|
||||
using System.DirectoryServices.ActiveDirectory;
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ using System.Resources;
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Version information
|
||||
[assembly: AssemblyVersion("1.77.3.1763")]
|
||||
[assembly: AssemblyFileVersion("1.77.3.1763")]
|
||||
[assembly: AssemblyVersion("1.77.3.1782")]
|
||||
[assembly: AssemblyFileVersion("1.77.3.1782")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build: 1763)")]
|
||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build: 1782)")]
|
||||
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using Connection;
|
||||
using mRemoteNG.Connection;
|
||||
|
||||
namespace mRemoteNG.Properties {
|
||||
namespace mRemoteNG.Properties
|
||||
{
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
||||
2
mRemoteNG/Properties/rbac.Designer.cs
generated
2
mRemoteNG/Properties/rbac.Designer.cs
generated
@@ -12,7 +12,7 @@ namespace mRemoteNG.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
|
||||
internal sealed partial class rbac : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static rbac defaultInstance = ((rbac)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new rbac())));
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace mRemoteNG.Tools
|
||||
|
||||
public static Optional<SecureString> PasswordDialog(string passwordName = null, bool verify = true)
|
||||
{
|
||||
var splash = FrmSplashScreenNew.GetInstance();
|
||||
//var splash = FrmSplashScreenNew.GetInstance();
|
||||
//TODO: something not right there
|
||||
//if (PresentationSource.FromVisual(splash))
|
||||
// splash.Close();
|
||||
|
||||
@@ -17,7 +17,6 @@ using mRemoteNG.Tools;
|
||||
using mRemoteNG.Tools.Attributes;
|
||||
using mRemoteNG.Tree.Root;
|
||||
using mRemoteNG.Resources.Language;
|
||||
using Connection;
|
||||
|
||||
namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Connection;
|
||||
using mRemoteNG.Config.Serializers.ConnectionSerializers.Csv;
|
||||
using mRemoteNG.Connection;
|
||||
using mRemoteNG.Connection.Protocol;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Connection;
|
||||
using mRemoteNG.Config.Serializers.MiscSerializers;
|
||||
using mRemoteNG.Connection;
|
||||
using mRemoteNG.Connection.Protocol;
|
||||
|
||||
@@ -7,7 +7,7 @@ using NSubstitute;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
||||
namespace mRemoteNGTests.Tree
|
||||
namespace mRemoteNGTests.Tree.ClickHandlers
|
||||
{
|
||||
public class ExpandNodeClickHandlerTests
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using NSubstitute;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
||||
namespace mRemoteNGTests.Tree
|
||||
namespace mRemoteNGTests.Tree.ClickHandlers
|
||||
{
|
||||
public class OpenConnectionClickHandlerTests
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using NSubstitute;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
||||
namespace mRemoteNGTests.Tree
|
||||
namespace mRemoteNGTests.Tree.ClickHandlers
|
||||
{
|
||||
public class SwitchToConnectionClickHandlerTests
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using NSubstitute;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
||||
namespace mRemoteNGTests.Tree
|
||||
namespace mRemoteNGTests.Tree.ClickHandlers
|
||||
{
|
||||
public class TreeNodeCompositeClickHandlerTests
|
||||
{
|
||||
@@ -24,7 +24,7 @@ namespace mRemoteNGTests.Tree
|
||||
{
|
||||
var handler1 = Substitute.For<ITreeNodeClickHandler<ConnectionInfo>>();
|
||||
var handler2 = Substitute.For<ITreeNodeClickHandler<ConnectionInfo>>();
|
||||
_clickHandler.ClickHandlers = new[] {handler1, handler2};
|
||||
_clickHandler.ClickHandlers = new[] { handler1, handler2 };
|
||||
_clickHandler.Execute(_connectionInfo);
|
||||
handler1.Received().Execute(_connectionInfo);
|
||||
handler2.Received().Execute(_connectionInfo);
|
||||
|
||||
Reference in New Issue
Block a user