Don't worry, hang on... To use a class from another class, create a new instance of the class using new keyword, then use dot operator on the instance to invoke methods of the class. For example:

...