private void newToolStripMenuItem_Click(object sender, EventArgs e) { NewRdp f = new NewRdp(); f.ShowDialog(); }