C# Class mRemoteNG.Config.Import.PuttyConnectionManagerImporter
Mostra file
Open project: mRemoteNG/mRemoteNG
Class Usage Examples
Public Methods
Method |
Description |
|
Import ( object filePath, ContainerInfo destinationContainer ) : void |
|
|
Import ( string filePath, ContainerInfo destinationContainer ) : void |
|
|
Method Details
public Import ( object filePath, ContainerInfo destinationContainer ) : void |
filePath |
object |
|
destinationContainer |
ContainerInfo |
|
return |
void |
|
public Import ( string filePath, ContainerInfo destinationContainer ) : void |
filePath |
string |
|
destinationContainer |
ContainerInfo |
|
return |
void |
|