How to get equivalent of VB(.NET) Module? [RESOLVED]
I can understand that you add a new Class to your project... declare methods and variables inside the new Class... but how do you refer to methods and variables in the helper class from a different one (say a form)? I have been having trouble figuring out exactly the syntaxes involved, normally I would look this up in the help but I can't figure out exactly how to phrase the search and I haven't had much luck. Been flipping through my various C# books too but haven't hit the answer yet. How do you do this?