B
Boni
Dear all,
how can I initialize shared variable?
i.e
class A
private shared B as boolean
end class
in C++ I would write in the global scope A::B=true
What is the proper way in vb
how can I initialize shared variable?
i.e
class A
private shared B as boolean
end class
in C++ I would write in the global scope A::B=true
What is the proper way in vb