|
-
Nov 8th, 2002, 01:58 AM
#1
Thread Starter
Addicted Member
Public variables
Does anyone know if it is possible to make a variable public to all classes in your project.
Jeremy
-
Nov 8th, 2002, 07:58 AM
#2
yay gay
yes just put them in a module
-
Nov 8th, 2002, 08:32 AM
#3
PowerPoster
There are no modules in C#. Everything is wrapped in a class. Just create a public helper class and add static member(s).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|