In one class I have a library project with a file class1 with namespace : solution.Class1
and i have another class library project in the same solution with a file class2 with namespace : solution.Class2
How i get objects from solution.Class1 namespace in class2 file ? It is not visible.