We are trying to generalize some class. For example, we have a class that use FSO. We want to be able to use this class without adding the reference in the project. Is there a way to do it in the class ? Something like an #include in C or an Import in Java. We want to make the class easyer to re-use.
Thanks a lot.
Thanks a lot.