This commit is contained in:
2022-06-23 00:34:31 +00:00
parent ca607957fa
commit eb2ebfde5b
3 changed files with 47 additions and 12 deletions

View File

@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AyaNovaQBI
@@ -21,8 +14,8 @@ namespace AyaNovaQBI
{
edServerUrl.Text = Properties.Settings.Default.serverurl;
#if (DEBUG)
edUserName.Text = "qbi";
edPassword.Text = "qbi";
edUserName.Text = "Accounting";
edPassword.Text = "Accounting";
#endif
}