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