ProcessNet Manager displays public void functions within the ThisApplication class of the loaded ProcessNet General project so that you can execute them immediately.
Step to run ProcessNet function
1. Click a function to display its
name and the path of the assembly to which it belongs in the text box at the top
of the screen.
Click to execute the function.
2. Or, double-click a function to execute it immediately.
Note
When you execute a function, the Initialize() function in the ThisApplication class is executed before the selected function. After the selected function is executed, the Dispose() function in the ThisApplication class is executed. In the Initialize() function, write the code that you want to execute before the selected function. In the Dispose() function, write the code that you want to execute after the selected function.