Initiate UserSession and DBSetting: Difference between revisions

no edit summary
(Created page with " ==Initiate UserSession and Connect to AutoCount Accounting 2.1== There are 3 methods to establish connection to AutoCount Accounting 2.1. # Unattended connection without loading UI components # Unattended connection that load UI components # User login to establish connection (needs UI components) UI Components require System.Windows.Forms and DevExpress winForm components. ===Unattended Connection without loading UI components=== {{NugetPackages|AutoCount2.Accounti...")
 
No edit summary
Line 7:
 
UI Components require System.Windows.Forms and DevExpress winForm components.
 
{{Warn|UserSession must only initiate once in the application.
Do not create more than one instance in a running application. As it may consume system resource and has an impact on your application performance.<br/>
After obtained the object of UserSession, pass it as parameter in constructor or method.
}}
 
===Unattended Connection without loading UI components===