private void btnReplace_Click(object sender, EventArgs e) { String_Replace replace = new String_Replace(); replace.ShowDialog(this); }