Differences
This shows you the differences between the selected revisions of the page.
2015-12-22 | 2016-02-03 | ||
SessionRemoteException (martin) | redundant type specification (martin) | ||
Line 162: | Line 162: | ||
End With | End With | ||
- | Using mySession As Session = New Session | + | Using mySession As New Session |
' Connect | ' Connect | ||
mySession.Open(mySessionOptions) | mySession.Open(mySessionOptions) |