I have window "Child 1", it opens from "Parent". Once I click in menu to open "Child 1" it can open several windows if I click several times in the menu. How to verify if the window "Child 1" opens then we should just bring it up.
The code which I use to open the window:
var ticketTypesForm = new fTicketTypes();
ticketTypesForm.Show();