private void btSetup_Click(object sender, EventArgs e) { using (FrmSetup dlg = new FrmSetup()) { dlg.TopMost = true; dlg.ShowDialog(); } }