, ? , (Project1) (Project2), :
- (Project2),
- → →
- Specify the project (Project1) that you want to add and click OK
Now in your project (Project2) you can "use Project1 (the name of your project)" or "using Project1.FolderName" if your class is in the folder to use this class, and then:
CreditCard creditCard = new CreditCard();
source
share