From 49e2ed74ab4399a8912293ecdf2814a4de384d9d Mon Sep 17 00:00:00 2001
From: Ray Luxembourg <rayluxembourg@gmail.com>
Date: Wed, 14 Aug 2019 17:33:50 +0300
Subject: [PATCH] Fixe "the company files cannot be close"

---
 qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb b/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb
index 2fc08bf..794116a 100644
--- a/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb
+++ b/qbdt/vb.NET/QBFC/CustomerAdd/CustomerAddForm.vb
@@ -7,7 +7,7 @@
 '
 ' Created On: 09/10/2002
 '
-' Copyright � 2002-2013 Intuit Inc. All rights reserved.
+' Copyright © 2002-2013 Intuit Inc. All rights reserved.
 ' Use is subject to the terms specified at:
 '      http://developer.intuit.com/legal/devsite_tos.html
 '
@@ -172,8 +172,8 @@ Public Class CustomerAddForm
             Return
         Finally
             If Not sessManager Is Nothing Then
-                sessManager.EndSession()
                 sessManager.CloseConnection()
+                sessManager.EndSession()
             End If
         End Try