My solution contains several projects including Commons and TerminatorConsole2. Now I want to refer Commons.Constants class from Ter
Commons
TerminatorConsole2
Commons.Constants
Ter
jeroenh correctly answered the question in a comment... I needed to add a reference.
I didn't need to declare the class public, since only class which is used should be public. class that "using" doesn't have to be public.
public