Hi, just started C# today using VS2005. I seem to need to use the PUBLIC keyword when making constructors for classes. If I don't then I get the error that the constructor is inaccessable !!! But the class is public......