private void bruteforceNamesToolStripMenuItem_Click(object sender, EventArgs e) { using (BruteforceForm bf = new BruteforceForm()) bf.ShowDialog(); }