mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
Renamed PortScan to PortScanImporter
This commit is contained in:
@@ -136,7 +136,7 @@ namespace mRemoteNG.App
|
||||
return;
|
||||
}
|
||||
|
||||
PortScan.Import(hosts, protocol, parentTreeNode);
|
||||
PortScanImporter.Import(hosts, protocol, parentTreeNode);
|
||||
|
||||
parentTreeNode.Expand();
|
||||
var parentContainer = (ContainerInfo) parentTreeNode.Tag;
|
||||
|
||||
@@ -9,7 +9,7 @@ using mRemoteNG.Tools;
|
||||
|
||||
namespace mRemoteNG.Config.Import
|
||||
{
|
||||
public static class PortScan
|
||||
public static class PortScanImporter
|
||||
{
|
||||
public static void Import(IEnumerable hosts, ProtocolType protocol, TreeNode parentTreeNode)
|
||||
{
|
||||
@@ -162,7 +162,7 @@
|
||||
<Compile Include="Config\ConfirmCloseEnum.cs" />
|
||||
<Compile Include="Config\Import\ActiveDirectory.cs" />
|
||||
<Compile Include="Config\Import\mRemoteNGImporter.cs" />
|
||||
<Compile Include="Config\Import\PortScan.cs" />
|
||||
<Compile Include="Config\Import\PortScanImporter.cs" />
|
||||
<Compile Include="Config\Import\PuttyConnectionManager.cs" />
|
||||
<Compile Include="Config\Import\RemoteDesktopConnectionImporter.cs" />
|
||||
<Compile Include="Config\Import\RemoteDesktopConnectionManager.cs" />
|
||||
|
||||
Reference in New Issue
Block a user