Hello, support
There is no data in the help on how to import nested .NET classes into the PB 2019 R2.
If I have 2 classes:
Class 1: int prop1, int prop 2
Class 2: int prop3, Class1 prop4
then .NET loaded does not import prop 4. It does not make much sense, since Class 1 is imported fully.
Can someone point me to the article in help on how I can deal with this?
Thank you
Arcady