M
Max
I have an object which should be created only once. So I have a Shared
member in there which keeps track of how many instances where created.
Is there a way I could prevent creation of further instances of the
object if 1 already exists?
member in there which keeps track of how many instances where created.
Is there a way I could prevent creation of further instances of the
object if 1 already exists?