J
Jon Vaughan
I have a piece of code that I want to run on a Pocket Pc, I have written a
data class that will store the small amount of data that is required for the
program. As this class will be used via a few forms in the program, what the
best way to setup this class - Static ? and if so where do I enter the setup
for the initial fetch, as at the moment its in the constructor, i'm right in
thinking there is no constructor in a static class.
Thanks
data class that will store the small amount of data that is required for the
program. As this class will be used via a few forms in the program, what the
best way to setup this class - Static ? and if so where do I enter the setup
for the initial fetch, as at the moment its in the constructor, i'm right in
thinking there is no constructor in a static class.
Thanks