private void generateKeyPairToolStripMenuItem_Click(object sender, EventArgs e) { KeyGenerationForm fm = new KeyGenerationForm(); fm.ShowDialog(); }