It should be direct and should be same as any other project. Suppose you have a class named ClsX and ClsY in the class library project.
Consider you want to call a method of ClsX from ClsY, in the particular method from where you want to call use the following code
ClsX obj = new ClsX();
obj.method();
It is not how much we do,
but how much love we put in the doing.
-Mother Theresa
|