Ok, Thanks, I am trying to update my application to the new libraries, but since at least the documentation were well writen it would be more helpful,
here an example of what I mean.
Before I was able to read a collect the item selected in this way
OPCItemDialog.ServerDescriptor.MachineName
now is
OPCItemDialog.InputsOutputs.CurrentNodeDescriptor.ServerDescriptor.MachineName
nested into 2 layers deeper. is it actually the correct way to collect the data from this form??
here an example of what I mean.
Before I was able to read a collect the item selected in this way
OPCItemDialog.ServerDescriptor.MachineName
now is
OPCItemDialog.InputsOutputs.CurrentNodeDescriptor.ServerDescriptor.MachineName
nested into 2 layers deeper. is it actually the correct way to collect the data from this form??