If you want to use functionality (class/method) from another dynamic library (DLL), you should tell Oxide loader to get the DLL's references, this is done by adding a comment at the start of the csharp file.
File name should not contain whitespaces
.dll
extension should be ommited
Example: // Reference: LibraryName