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 95: | Line 95: | ||
| End With | End With | ||
| - | Using session As Session = New Session | + | Using session As New Session |
| ' Connect | ' Connect | ||
| session.Open(sessionOptions) | session.Open(sessionOptions) | ||