Is there a way in VB.Net 2005 to create a file which has all the Import statements and then just reference that file in any VB.Net source file which requires them?
Is there a way in VB.Net 2005 to create a file which has all the Import statements and then just reference that file in any VB.Net source file which requires them?
Thanks
Glenn
You can create your own templates or edit the default ones. This way, when you do a New Class it will use your template.
i did a quick search and this article seems to cover it...