Looks like I have found a solution. Constructor is used to create CDO, not each instance of a class. So I moved attributes initialisation to Init() method and explicitly call it.
1 Like
Looks like I have found a solution. Constructor is used to create CDO, not each instance of a class. So I moved attributes initialisation to Init() method and explicitly call it.