Merge branch 'master' of https://verag.visualstudio.com/SDL/_git/SDL
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user