private void btnConfigRSA_Click(object sender, EventArgs e) { Form derp = new fRSAConfig(); derp.ShowDialog(); }