View Single Post
neilm neilm is offline 2007-10-31 #6 Old  
I think I'm going to end up going the singleton route as this particular class is going to be used in so many places within the app. I don't want to have multiple login's of the same user etc. so it's probably the best way to go for now. This was why I was trying to keep the static class. Thanks guys.
Reply With Quote