private void buttonWindowsExplorerIntegration_Click(object sender, EventArgs e) { FormWindowsExplorerIntegration form = new FormWindowsExplorerIntegration(GetSearchAndReplaceParameters()); form.ShowDialog(); }