private void menuSettingsCache_Click(object sender, EventArgs e) { CacheSettings cs = new CacheSettings(); cs.ShowDialog(); }