10-22-2009, 04:15 PM
Something you might want to look into is a static class. I've never worked with one myself, but it would be a good way to group methods that you want readily available to all classes.
To give you an example - the math class is static.
To give you an example - the math class is static.