Hello,
What is the difference between :
- adding a new reference to a namespace within the SolutionExplore r
(right click, Add Reference...)
- adding a new reference with the 'using' keyword in the source code
For example, System.Windows. Forms is both in the SolutionExplore r and in
the using statement, some other namespaces are only inside the code.
Are these 2 differents things ?
Is there anything to do with intelissense ?
Regards,
Cybertof.
What is the difference between :
- adding a new reference to a namespace within the SolutionExplore r
(right click, Add Reference...)
- adding a new reference with the 'using' keyword in the source code
For example, System.Windows. Forms is both in the SolutionExplore r and in
the using statement, some other namespaces are only inside the code.
Are these 2 differents things ?
Is there anything to do with intelissense ?
Regards,
Cybertof.
Comment