R
rayreeves
In C# I can easily produce a dialog box to amass a slew of input data from
the user but how should I convey this data to my Application? Should I
declare it as static data in the Form1 class, even though it has nothing to
do with Form1, and try to access it from code elsewhere, or should I create
a structure argument with everything in it and pass it around, or what?
Ray Reeves
the user but how should I convey this data to my Application? Should I
declare it as static data in the Form1 class, even though it has nothing to
do with Form1, and try to access it from code elsewhere, or should I create
a structure argument with everything in it and pass it around, or what?
Ray Reeves