If I do that I lose my organization. I end up with a class called Version4. Version 4 of what?
The way I had it before it was: ApplicationName.Version4.F
You are proposing Version4.Function ?
If I use a Namespace with your solution can I get ApplicatioinName.Version4.
Also, with your suggestion, will the variable server be the same for every instance of the class Version 4?
Main Topics
Browse All Topics





by: ChaosianPosted on 2009-09-25 at 13:21:59ID: 25426895
I believe your scenario can be better solved using scoping rather than nesting classes. (Best practices with nested classes is to avoid using them)
Something like this should fulfill your needs.
Select allOpen in new window