diff --git a/TestGUI/Form1.vb b/TestGUI/Form1.vb index 6fc7ba09..2ae3ef56 100644 --- a/TestGUI/Form1.vb +++ b/TestGUI/Form1.vb @@ -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")