All code examples in this chapter assume that the Nevron.System.dll assembly is referenced by your project and you are using the Nevron.FormulaEngine namespace:
C# |
Copy Code
|
---|---|
using Nevron.FormulaEngine;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.FormulaEngine
|