Skip to content

3. How to add the Tse.dll to project

AFP edited this page Jan 26, 2023 · 2 revisions

in your visual studio project, in solution Explorer, under your solution, right-click on references:

in Reference Manager window, you can simply add Tse.dll

so, when you want to use the library, first you should dosing this:

using Tse;

and then you can work with it.