'Declaration Sub SendFile( _ ByVal pcFile As String, _ ByVal hostFile As String _ )
'Declaration
Sub SendFile( _ ByVal pcFile As String, _ ByVal hostFile As String _ )
'Usage Dim instance As IMapperFileTransfer Dim pcFile As String Dim hostFile As String instance.SendFile(pcFile, hostFile)
'Usage
Dim instance As IMapperFileTransfer Dim pcFile As String Dim hostFile As String instance.SendFile(pcFile, hostFile)
void SendFile( string pcFile, string hostFile )
IMapperFileTransfer Interface IMapperFileTransfer Members