private void changeKeyQueueToolStripMenuItem_Click(object sender, EventArgs e) { var form = new CacheUpdateQueueForm(this); form.ShowDialog(); }