S
Sender
Hello all:
I have two forms in the project: form1, form2. form1 reads a file. form2
write data to that file. On form1 outside any class I am writing:
Import system.io
Right now I have also to write this again in form2 also.
If I have to use the file class in every form (in case I have 10 forms) do I
need to import this in every form or there is a way so that i could be
imported onces and be used by all the forms.
Thanks in advance!
I have two forms in the project: form1, form2. form1 reads a file. form2
write data to that file. On form1 outside any class I am writing:
Import system.io
Right now I have also to write this again in form2 also.
If I have to use the file class in every form (in case I have 10 forms) do I
need to import this in every form or there is a way so that i could be
imported onces and be used by all the forms.
Thanks in advance!