I am working on a project inherited from other programmers in .NET The solution has several projects in theory separated by functionality, with references between them.
The problem I have is accessing a form from another library, which is not referenced in the project I am working on, and when referencing it, it indicates that a cross-reference would occur.
Is there a way to locally reference that form? I suppose there is a good practice for this. Thanks