Ismael Oliveira

Ismael Oliveira

  • 1.5k
  • 115
  • 7.8k

Reusing forms and classes

Mar 23 2022 2:58 PM

Hi.

I have a solution in Visual studio 2022 using C# and forms. Now I have to create a second solution which is much similar to the first one, with many of the forms and classes equal. My question is: is there a way to point to these forms and clases of the first solution, instead of copying them to the second? If yes, it would be good, because if I fix a bug in my first project, the second is already fixed too.

Thank you.


Answers (5)