private void proxyConfigurationToolStripMenuItem_Click(object sender, EventArgs e) { ProxyDialog proxies = new ProxyDialog(); proxies.ShowDialog(); }