Autologin für Daniel eingerichtet
This commit is contained in:
@@ -125,6 +125,15 @@
|
||||
btnLogin.PerformClick()
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user