Differences
This shows you the differences between the selected revisions of the page.
2015-12-14 | 2016-02-03 | ||
whiteline (martin) | redundant type specification (martin) | ||
Line 166: | Line 166: | ||
End With | End With | ||
- | Using mySession As Session = New Session | + | Using mySession As New Session |
' Will continuously report progress of synchronization | ' Will continuously report progress of synchronization | ||
AddHandler mySession.FileTransferred, AddressOf FileTransferred | AddHandler mySession.FileTransferred, AddressOf FileTransferred |