WIP: TestGUI

This commit is contained in:
Jonathan Jenne 2018-09-03 16:37:10 +02:00
parent d2427b191b
commit ae0bb16dc8

View File

@ -28,7 +28,7 @@ Public Class Form1
Exit Sub
End Try
If _windream2.LoggedInSession = True Then
If _windream2.SessionLoggedin = True Then
MsgBox("Session created")
Else
MsgBox("No session created")