private void Configure_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { SettingsForm form = new SettingsForm(); form.ShowDialog(this); }