Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
TaskHelper.cs
Go to the documentation of this file.
2{
3 public delegate object dExpressionResolver(string text, int rowNo);
4
5
6}
Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace ar...
delegate object dExpressionResolver(string text, int rowNo)