# Modal Dialogs

[Modal Workflow ](https://docs.wisej.com/docs/concepts/modal-dialogs#modal-dialogs)is well supported in all Wisej.NET applications. The only difference to your WinForms application is that Dialogs are not automatically disposed after they are closed.

So check your code for Modal Dialogs and make sure that they are encapsulated in a *using* statement or explicitly dispose them at the right time if you don´t intend to reuse them.
