Instruction how to configure Greenrain MNC API is provided below:
- Download the API from this link: https://www.dropbox.com/s/2xmi3ot7tf4ztj7/FriggOutput.zip?dl=0.
- Move file FriggOutput.zip\C_Users_Public_Documents\Greenrain\MNC Framework\Edit\edits.frg to C:\Users\Public\Documents\Greenrain\MNC Framework\Edit\.
You can also use Windows Environment Variable CSIDL_COMMON_DOCUMENTS that refers to the file-system directory that contains documents that are common to all users. A typical path is C:\Users\Public\Documents.
- In C#, you can use this variable to refer to this folder:
Environment.SpecialFolder.CommonDocuments\Greenrain\MNC Framework\Edits
.
- Use Source Code Example to implement Greenrain MNC API in your system.