ProManager initial setup.
This commit is contained in:
@@ -6,12 +6,12 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml;
|
||||
using System.Xml.Linq;
|
||||
using RomeOnlinePartner.Utils.Growls;
|
||||
using ProManagerPartner.Utils.Growls;
|
||||
using Interop.QBFC16;
|
||||
using Interop.QBXMLRP2;
|
||||
using ToastNotifications.Messages;
|
||||
|
||||
namespace RomeOnlinePartner.Utils
|
||||
namespace ProManagerPartner.Utils
|
||||
{
|
||||
public static class QuickBooksInterop
|
||||
{
|
||||
@@ -20,8 +20,8 @@ namespace RomeOnlinePartner.Utils
|
||||
private static RequestProcessor2 rp;
|
||||
private static string maxVersion;
|
||||
private static QBFileMode mode = QBFileMode.qbFileOpenDoNotCare;
|
||||
private static string appID = "RomePartner";
|
||||
private static string appName = "RomeOnlinePartner";
|
||||
private static string appID = "ProManagerPartner";
|
||||
private static string appName = "ProManagerPartner";
|
||||
private static GrowlNotification Growler;
|
||||
|
||||
public static void ConnectToQuickBooks()
|
||||
|
||||
Reference in New Issue
Block a user