Costruttore ImportTransferPacket
|
Costruttore unico
Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public ImportTransferPacket(
DedNetApplication app,
string internalName,
string name
)
Public Sub New (
app As DedNetApplication,
internalName As String,
name As String
)
public:
ImportTransferPacket(
DedNetApplication^ app,
String^ internalName,
String^ name
)
new :
app : DedNetApplication *
internalName : string *
name : string -> ImportTransferPacket
Parametri
- app DedNetApplication
- internalName String
- name String
Vedi anche