private void addProxyToolStripMenuItem_Click(object sender, EventArgs e) { FormAddProxy fms = new FormAddProxy(this, Global); fms.Show(); }