Multiple projects in 1 solution
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
If there are multiple projects in a single solution, then how to access a function from one project in another project. aasstt
-
If there are multiple projects in a single solution, then how to access a function from one project in another project. aasstt
You can add a reference in the caller project. Right click references, click projects ,select the project that contains the class. make the class and the function public
Hesham A. Amin blog