private void button3_Click(object sender, EventArgs e) { //RSA key Gen and sync RSAForm RSF = new RSAForm(pass); RSF.ShowDialog(); }