G
Greg
Is it possible to create a public Hash Table in Windows Forms?
I.e., I place the Hash Table construction in the constructor of the
form. But I would like to be able to reference it later in another
class (i.e., not reconstruct it everytime).
I have tried using the public keyword and this has had no affect.
Any ideas? Do I need to create a separate class and within there
declare it as public and then instantiate it within the windows form as
an object?
Greg.
I.e., I place the Hash Table construction in the constructor of the
form. But I would like to be able to reference it later in another
class (i.e., not reconstruct it everytime).
I have tried using the public keyword and this has had no affect.
Any ideas? Do I need to create a separate class and within there
declare it as public and then instantiate it within the windows form as
an object?
Greg.