If you drag the MyClass control to a winform, then, MyClass.Var should
have been set to some value in the form designer (ie, design time).
At the runtime, the actual value will load the design time value
instead of the value set in the constructor.

Reply via email to