Home > Net >  How to use a class of one project in another project under the same solution?
How to use a class of one project in another project under the same solution?

Time:12-08

I have two projects of Web API and Windows Forms App under one solution.

The names are:

  • Solution - CliendAddress
  • Web API - ClientAddress
  • WFA - ClientAddressWFA

enter image description here

In the ClientAddress project there is a class called ServiceResponse. How can I use this ServiceResponse class in my project ClientAddressWFA?

From my ClientAddressWFA, I've already added the reference to ClientAddress

  •  Tags:  
  • c#
  • Related