This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user