public void setupByForm(IWin32Window aOwner) { using (var lSetupForm = new SetupForm(this)) { lSetupForm.ShowDialog(aOwner); } }