I have a solution with some projects. One of this projects is the one I\'ve defined as main, also his class has a main Method.
Inside this class, I\'ve defined some
You need to add a using directive at the top of project B's file:
using Cobra;
And add project A as a reference in project B.