private void SymbolPathMenu_Click(object sender, EventArgs e) { using (var dialog = new SymbolSettingsDialog()) dialog.ShowDialog(this); }