private void SettingsLinkLabelLinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { SettingsForm form = new SettingsForm(); form.Show(); }