Hello
I'm creating the window by code, I have a class that inherit from WAYAppStoreWindow
If I create a class instance and call a method of my class, it tries to call the method in the WAY class. it seems it is forwarding all method calls. how do I fix that?
Thanks