-1
votes
Include my code to windows forms application
You can add both projects to a single solution in VS. Then, simply reference your console project from your Winforms project. This way, both your console and your Winforms project can share code. …
