-
Notifications
You must be signed in to change notification settings - Fork 9
Prerequisites for Solution
Mauro Rogledi edited this page Mar 7, 2018
·
2 revisions
Compile in release the ERPStudio solution.
Create a new solution called ERPApplication with a Empty Project called ERPCustomer.
Through the Package Manager Console install the MetroModernUI framework in our solution
Install-Package MetroModernUI -Version 1.4.0
Then include the ERPFramework
and MetroFramework.extender
dlls from the release folder of ErpStudio via the AddReference.
Create two folder in the solution called Forms
and ModuleData
Our solution will be like this