Differences
This shows you the differences between the selected revisions of the page.
| 2015-10-15 | 2016-02-03 | ||
| MS standard is to have opening brace on new line (martin) | redundant type specification (martin) | ||
| Line 115: | Line 115: | ||
| End With | End With | ||
| - | Using mySession As Session = New Session | + | Using mySession As New Session | 
| ' Will continuously report progress of transfer | ' Will continuously report progress of transfer | ||
| AddHandler mySession.FileTransferProgress, AddressOf SessionFileTransferProgress | AddHandler mySession.FileTransferProgress, AddressOf SessionFileTransferProgress | ||