Hello,
I want to create a class called "System". However, when I create the class and compile the project, the other components show up errors since the compiler believes that everything starting with "System" references to the class I created. I tried to create the class as "[System]" (from VB) but it didn't work. Any suggestions?
Or should I just rename the class to something else? :-)