This commit is contained in:
2020-05-11 21:19:58 +00:00
parent 4ef18044e7
commit 6d6c011fa3
8 changed files with 105 additions and 26 deletions

View File

@@ -59,8 +59,11 @@ namespace AyaNova.PlugIn.V8
private void Auth_Load(object sender, EventArgs e)
{
lblPreRelease.Text = util.PRE_RELEASE_VERSION_STRING;
#if (DEBUG)
edServerUrl.Text = "192.168.1.56:7575";
edUserName.Text = "manager";
edPassword.Text = "l3tm3in";
#endif
}