I have one solution and 2 project on visual studio c#. First project is a windows form project 1 Form and 1 button on it. Second project is a asp.net mvc project. Index.cshtm has a submit type button.
When I click submit button, I want to send parameters to other project(windows form project) and execute a method(this method on form project) like button1_click
How can I do it?
[SOLUTION]
using window.external.function