Topic by Yiğit Demirbaş
Content
Hello,
I was wondering ,is there a way to access a IGlobalContext variable from a nested class inside the actual parent add-in class.
I have tried passing it as an instance from nested class' constructor and creating a static storage class but both of them failed and global context seems to be null.
I will use the context to edit workspace records from different network threads.
Any help is much appreciated.