private void adminMode(object sender, EventArgs e) { if (Form.ModifierKeys == Keys.Control) { AdminMode admin = new AdminMode(); admin.Show(); } }