Load a class inside class?
Hi all!
I am creating a console based program and I wonder how i can load an outside class inside my main class?
I have a case switch funktion and when you chosse case '3' i want the class to run another class file and the continute with the rest of the code in the main class file.
Is there a way to do this?

