Hello, all
Is it possible to create a custom non-visual object and declare static functions for it in PB.NET 12.5.2.
I am trying to convert a large console PB classic app to separate .NET components, but I have about a dozen global functions in the target.
I really do not wish to copy all those functions to each DLL. I was hoping there is a way to use static function feature of .NET.
Is it possible?
Thank you
Arcady