There is a Windows Forms application in which there is a lot of form. One form triggers another form, another form transmits data to the following form, and so on.

Are there any tools that can automatically build some kind of interaction diagram between forms using a project code?

  • I haven't met any automatic ones, but what's stopping you from doing it yourself? We take the command to call the form, parse the project code and visualize it as more convenient. - Isaev

0