Differences
This shows you the differences between the selected revisions of the page.
2017-12-05 | 2017-12-05 | ||
removing unneeded byval (martin) | removing unneeded byval 2 (martin) | ||
Line 196: | Line 196: | ||
End Function | End Function | ||
- | Private Shared Sub FileTransferred(ByVal sender As Object, ByVal e As TransferEventArgs) | + | Private Shared Sub FileTransferred(sender As Object, e As TransferEventArgs) |
If e.Error Is Nothing Then | If e.Error Is Nothing Then |