Interfaces/GraphQL: Improve debugging

This commit is contained in:
Jonathan Jenne
2021-09-30 13:15:23 +02:00
parent 65447df0ca
commit d73e3e2f28
4 changed files with 57 additions and 21 deletions

View File

@@ -251,6 +251,7 @@ Partial Class frmMain
Me.txtOperation.Name = "txtOperation"
Me.txtOperation.Size = New System.Drawing.Size(458, 20)
Me.txtOperation.TabIndex = 1
Me.txtOperation.Text = "Auftraege"
'
'btnLogin
'