Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-05-23 | ||
library_powershell + new event handling syntax (martin) | no need for symbol qualification (martin) | ||
Line 166: | Line 166: | ||
Using session As Session = New Session | Using session As Session = New Session | ||
' Will continuously report progress of synchronization | ' Will continuously report progress of synchronization | ||
- | AddHandler session.FileTransferred, AddressOf Example.FileTransferred | + | AddHandler session.FileTransferred, AddressOf FileTransferred |
' Connect | ' Connect |