Code:
WokasDataController.Data1 = "Some data 1"
WokasDataController.Data2 = "Some data 2"
WokasDataController.Number = 4

Dim obj As New MyClass("Data in constructor")
I have no knowledge of users here. I have renamed the code so that it is generic.

Woof