This commit is contained in:
2022-11-29 10:32:18 +01:00

View File

@@ -125,6 +125,15 @@
btnLogin.PerformClick() btnLogin.PerformClick()
End If End If
End If End If
If Environment.MachineName = "H6CCWP3" Then
If MsgBox("Autologin?", vbYesNoCancel) = MsgBoxResult.Yes Then
txtUser.Text = "daniel"
txtPwd.Text = "debug"
btnLogin.PerformClick()
End If
End If
' '
End Sub End Sub