This commit is contained in:
2022-06-21 00:08:36 +00:00
parent 94562a8c15
commit dbd323aeca
2 changed files with 8 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ namespace AyaNovaQBI
private void auth_Load(object sender, EventArgs e)
{
edServerUrl.Text = Properties.Settings.Default.serverurl;
#if (DEBUG)
edUserName.Text = "qbi";
edPassword.Text = "qbi";
#endif
}
private async void btnTest_Click(object sender, EventArgs e)