Class_Initalize not called when a new instance of class is created in VBscript
The Class_Initalize constructor is not being called when a new instance of class is created in VBscript. Here's some code from my project: Class TRMTestCases private objAppClass, objWinCl...